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 b651966 commit 5f6d384
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 @@ -314,7 +314,7 @@ workflow ASCC {
//
// SUBWORKFLOW: CALCULATE AVERAGE READ COVERAGE
//
if ( workflow_steps.contains('coverage') || workflow_steps.contains('ALL') ) {
if ( workflow_steps.contains('coverage') || workflow_steps.contains('busco_btk') || workflow_steps.contains('ALL') ) {
RUN_READ_COVERAGE (
YAML_INPUT.out.reference_tuple,
YAML_INPUT.out.assembly_path,
Expand Down

0 comments on commit 5f6d384

Please sign in to comment.