Skip to content

Commit

Permalink
Update to use the sorted bam file for generate_samplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Jun 27, 2024
1 parent 1fadcc5 commit b651966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ascc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ workflow ASCC {
if ( workflow_steps.contains('busco_btk') && workflow_steps.contains("autofilter") && btk_bool.run_btk == "ABNORMAL" || workflow_steps.contains('ALL') ) {

GENERATE_SAMPLESHEET (
bam_ch
ch_bam
)
//ch_versions = ch_versions.mix(GENERATE_SAMPLESHEET.out.versions)

Expand Down

0 comments on commit b651966

Please sign in to comment.