Skip to content
Snippets Groups Projects
Commit bb989a48 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix raw read count to R1

parent fa11871a
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7812 failed with stages
in 1 minute and 29 seconds
......@@ -914,7 +914,7 @@ process fastqc {
fastqc *.fastq.gz -o .
# count raw reads
zcat ${fastq[0]} | echo $((`wc -l`/4)) > rawReads.csv
zcat *.R1.fastq.gz | echo $((`wc -l`/4)) > rawReads.csv
"""
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment