Skip to content

Commit

Permalink
add publishing directory for convert2bed files
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 18, 2023
1 parent 897a544 commit b21b4aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ process {
]
}

withName: CONVERT2BED {
publishDir = [
path: { "${params.genomes_base}/convert2bed" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: CUSTOM_DUMPSOFTWAREVERSIONS {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
Expand Down Expand Up @@ -178,11 +186,6 @@ process {
ext.when = { !params.skip_qc && !params.fusioninspector_only && (params.starfusion || params.all)}
}

withName: REFORMAT {
ext.args = "forcetrimright=75"
ext.args2 = "forcetrimleft=75"
}

withName: SAMPLESHEET_CHECK {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
Expand Down

0 comments on commit b21b4aa

Please sign in to comment.