Skip to content

Commit

Permalink
template 3.1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Dec 20, 2024
1 parent 6ed3398 commit 5a70360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ process {

// Local Subworkflows
// INPUT_CHECK
withName: 'NFCORE_QUANTMS:QUANTMS:INPUT_CHECK:SAMPLESHEET_CHECK' {
withName: 'BIGBIO_QUANTMS:QUANTMS:INPUT_CHECK:SAMPLESHEET_CHECK' {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
mode: 'copy',
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: 'NFCORE_QUANTMS:QUANTMS:CUSTOM_DUMPSOFTWAREVERSIONS' {
withName: 'BIGBIO_QUANTMS:QUANTMS:CUSTOM_DUMPSOFTWAREVERSIONS' {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion conf/test_dia.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ params {

process {
// thermorawfileparser
withName: 'NFCORE_QUANTMS:QUANTMS:FILE_PREPARATION:THERMORAWFILEPARSER' {
withName: 'BIGBIO_QUANTMS:QUANTMS:FILE_PREPARATION:THERMORAWFILEPARSER' {
publishDir = [path: { "${params.outdir}/${task.process.tokenize(':')[-1].toLowerCase()}" }, pattern: "*.log" ]
}
}
2 changes: 1 addition & 1 deletion conf/test_latest_dia.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ params {

process {
// thermorawfileparser
withName: 'NFCORE_QUANTMS:QUANTMS:FILE_PREPARATION:THERMORAWFILEPARSER' {
withName: 'BIGBIO_QUANTMS:QUANTMS:FILE_PREPARATION:THERMORAWFILEPARSER' {
publishDir = [path: { "${params.outdir}/${task.process.tokenize(':')[-1].toLowerCase()}" }, pattern: "*.log" ]
}

Expand Down

0 comments on commit 5a70360

Please sign in to comment.