mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 08:39:56 +00:00
chore: configure output for metaphlan3
This commit is contained in:
parent
95ed86516b
commit
b0b5936fe8
1 changed files with 9 additions and 0 deletions
|
@ -170,6 +170,15 @@ process {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withName: METAPHLAN3 {
|
||||||
|
publishDir = [
|
||||||
|
path: { "${params.outdir}/metaphlan3/${metaphlan_db.simpleName}" },
|
||||||
|
mode: params.publish_dir_mode,
|
||||||
|
pattern: '*.{biom,txt}'
|
||||||
|
]
|
||||||
|
ext.prefix = { "${meta.id}-${meta.run_accession}-${metaphlan_db.simpleName}" }
|
||||||
|
}
|
||||||
|
|
||||||
withName: CUSTOM_DUMPSOFTWAREVERSIONS {
|
withName: CUSTOM_DUMPSOFTWAREVERSIONS {
|
||||||
publishDir = [
|
publishDir = [
|
||||||
path: { "${params.outdir}/pipeline_info" },
|
path: { "${params.outdir}/pipeline_info" },
|
||||||
|
|
Loading…
Reference in a new issue