From abc17604e0892c3b085b3204a3a89fbca3845cc0 Mon Sep 17 00:00:00 2001 From: "Diego Alvarez S." Date: Sun, 15 Dec 2024 20:54:48 -0300 Subject: [PATCH] Remove unneded config --- conf/modules.config | 9 --------- 1 file changed, 9 deletions(-) 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] }