Skip to content

Commit

Permalink
Removing CUSTOM_DUMPSOFTWAREVERSIONS from config
Browse files Browse the repository at this point in the history
  • Loading branch information
asp8200 committed May 10, 2024
1 parent 714d622 commit 7b7e031
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7b7e031

Please sign in to comment.