Skip to content

Commit

Permalink
Don't use contrasts directly from the input channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Oct 18, 2023
1 parent 14e9319 commit 57f32e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ workflow DIFFERENTIALABUNDANCE {
ch_report_input_files = ch_all_matrices
.map{ it.tail() }
.map{it.flatten()}
.combine(ch_contrasts_file.map{it.tail()})
.combine(VALIDATOR.out.contrasts.map{it.tail()})
.combine(CUSTOM_DUMPSOFTWAREVERSIONS.out.yml)
.combine(ch_logo_file)
.combine(ch_css_file)
Expand Down

0 comments on commit 57f32e5

Please sign in to comment.