Skip to content
Snippets Groups Projects
Commit 7e63c86b authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Spell correction.

parent ccfd2d00
Branches
Tags
2 merge requests!58Develop,!50Add back parallel trim step. Moved fastqc step after trim.
Pipeline #8371 passed with stages
in 2 hours, 59 minutes, and 16 seconds
......@@ -341,7 +341,7 @@ process trimData {
output:
path ("*.fq.gz") into fastqsTrim
path ("*.fastq.gz", includeInput:true) into fastqs_fastqc
path ("*.fastq.gz", includeInputs:true) into fastqs_fastqc
path ("*_trimming_report.txt") into trimQC
path ("readLength.csv") into inferMetadata_readLength
......
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