diff --git a/conf/modules.config b/conf/modules.config index 5ce88624..339230f6 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -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] }