Skip to content

Commit

Permalink
rename the samplesheet output in generate_downstream_samplesheet subw…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
LilyAnderssonLee committed Oct 15, 2024
1 parent 946ebb6 commit d05dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/generate_downstream_samplesheet/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workflow SAMPLESHEET_DIFFERENTIALABUNDANCE {

ch_colnames = Channel.of('sample')

channelToSamplesheet(ch_colnames, ch_list_for_samplesheet, 'downstream_samplesheets/differentialabundance', samplesheet_name )
channelToSamplesheet(ch_colnames, ch_list_for_samplesheet, "downstream_samplesheets/differentialabundance", "samplesheet_${samplesheet_name}" )
}
}

Expand Down

0 comments on commit d05dd33

Please sign in to comment.