diff --git a/conf/modules.config b/conf/modules.config index 63f2494..33cb2d8 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -39,14 +39,6 @@ process { ] } - withName: 'CUSTOM_DUMPSOFTWAREVERSIONS' { - publishDir = [ - path: { "${params.outdir}/pipeline_info" }, - mode: params.publish_dir_mode, - pattern: '*_versions.yml' - ] - } - withName: 'SAMTOOLS_COLLATEFASTQ_SINGLE_END' { ext.args = { params.samtools_collate_fast ? "-f -r " + params.reads_in_memory : "" } ext.args2 = '-N'