Skip to content

Commit

Permalink
Remove unneded config
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Dec 15, 2024
1 parent 9702a87 commit abc1760
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -395,15 +395,6 @@ process {
]
}

withName: 'COMBINE_BUSCO_TSV|QUAST_BINS|QUAST_BINS_SUMMARY' {
publishDir = [path: { "${params.outdir}/GenomeBinning/QC" }, mode: params.publish_dir_mode, saveAs: { filename -> filename.equals('versions.yml') ? null : filename }]
}

withName: COMBINE_BUSCO_TSV {
ext.prefix = { "busco_summary" }
}


withName: ARIA2_UNTAR {
publishDir = [path: { "${params.outdir}/GenomeBinning/QC/CheckM/checkm_downloads" }, mode: params.publish_dir_mode, overwrite: false, saveAs: { filename -> filename.equals('versions.yml') ? null : filename }, enabled: params.save_checkm_data]
}
Expand Down

0 comments on commit abc1760

Please sign in to comment.