1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +00:00

chore: configure output for metaphlan3

This commit is contained in:
Moritz E. Beber 2022-04-02 14:44:27 +02:00
parent 95ed86516b
commit b0b5936fe8

View file

@ -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 {
publishDir = [
path: { "${params.outdir}/pipeline_info" },