We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d5d4c commit 320812fCopy full SHA for 320812f
statistics.sh
@@ -77,7 +77,7 @@ do
77
# Reads Count (Raw Data) - with seqkit stats
78
cd ${basecall_dir}
79
fn1=`ls ${basecall_dir} | grep *$file*R1*.gz`
80
- fn2=`ls ${basecall_dir} | grep *$file*R1*.gz`
+ fn2=`ls ${basecall_dir} | grep *$file*R2*.gz`
81
R1_reads=`seqkit stats $fn1 -T -j ${threads} | awk 'NR>1{print $4}'`
82
R2_reads=`seqkit stats $fn2 -T -j ${threads} | awk 'NR>1{print $4}'`
83
0 commit comments