Skip to content

Commit

Permalink
organise configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fevac committed Jan 17, 2025
1 parent 20dc974 commit f9c96cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
9 changes: 9 additions & 0 deletions conf/modules/call_snv_MT.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ process {
withName: '.*CALL_SNV_MT:GATK4_FILTERMUTECTCALLS_MT' {
ext.prefix = { "${meta.id}_filtered" }
}

withName: '.*CALL_SNV:CALL_SNV_MT:HAPLOCHECK_MT' {
publishDir = [
path: { "${params.outdir}/haplocheck" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.endsWith(".txt") ? filename : null }
]
}

}

//
Expand Down
14 changes: 0 additions & 14 deletions conf/modules/raredisease.config
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,6 @@ process {
}
}

//
// Haplocheck options
//

process {
withName: '.*CALL_SNV:CALL_SNV_MT:HAPLOCHECK_MT' {
publishDir = [
path: { "${params.outdir}/haplocheck" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}
}

//
// Multiqc options
//
Expand Down

0 comments on commit f9c96cf

Please sign in to comment.