Commit 635f2a6e authored by Chris Cheshire's avatar Chris Cheshire
Browse files

BEDTOOLS_GENOMECOV_SCALE change to high

parent 0f49f18f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ options = initOptions(params.options)

process BEDTOOLS_GENOMECOV_SCALE {
    tag "$meta.id"
    label 'process_medium'
    label 'process_high'
    publishDir "${params.outdir}",
        mode: params.publish_dir_mode,
        saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }