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

Update use of includeInputs.

parent c0a39ab8
2 merge requests!58Develop,!50Add back parallel trim step. Moved fastqc step after trim.
Pipeline #8369 failed with stages
in 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", includeInput: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