Skip to content

Commit

Permalink
update channel name to samples_and_matrix
Browse files Browse the repository at this point in the history
Co-authored-by: WackerO <43847497+WackerO@users.noreply.github.com>
  • Loading branch information
roskamsh and WackerO authored Oct 30, 2024
1 parent a2ddd8a commit a282a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/differential/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ workflow DIFFERENTIAL {
meta_data, counts, samplesheet, meta_contrast, contrast_variable, reference, target, meta_lengths, lengths, meta_control, control, pathway, meta_tools ->
def meta = meta_data.clone() + meta_contrast.clone() + meta_lengths.clone() + meta_control.clone() + meta_tools.clone()
contrast: [ meta, contrast_variable, reference, target ]
samplesheet: [ meta, samplesheet, counts ]
samples_and_matrix: [ meta, samplesheet, counts ]
control_features: [ meta, control ]
transcript_lengths: [ meta, lengths ]
pathway: [ meta, pathway ]
Expand Down

0 comments on commit a282a47

Please sign in to comment.