Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jul 22, 2020
1 parent f4e8a78 commit 47c7bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,8 @@ if (params.umi){
else input_pair_reads_sentieon.close()
}
else {
inputPairReads = outputPairReadsTrimGalore.mix(inputBam)
if (params.trim_fastq) inputPairReads = outputPairReadsTrimGalore
else inputPairReads = inputPairReads.mix(inputBam)
inputPairReads = inputPairReads.dump(tag:'INPUT')

(inputPairReads, input_pair_reads_sentieon) = inputPairReads.into(2)
Expand Down

0 comments on commit 47c7bfc

Please sign in to comment.