Skip to content

Commit

Permalink
add the input file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av authored Jul 17, 2020
1 parent 7f461cb commit 948c2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputTrimmedRawFilePattern = "./*_{R1,R2}.p.fastq.gz"
inputRawFilePattern = params.trimmed ? inputTrimmedRawFilePattern : inputUntrimmedRawFilePattern


Channel.fromFilePairs(inputFilePattern)
Channel.fromFilePairs(inputRawFilePattern)
.into { ch_tbProfiler_in }


Expand Down

0 comments on commit 948c2a2

Please sign in to comment.