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

fix: use same naming scheme

This commit is contained in:
Moritz E. Beber 2022-04-02 14:58:07 +02:00
parent 817678d870
commit 70862570e0

View file

@ -172,11 +172,11 @@ process {
withName: METAPHLAN3 {
publishDir = [
path: { "${params.outdir}/metaphlan3/${metaphlan_db.simpleName}" },
path: { "${params.outdir}/metaphlan3/${meta.db_name}" },
mode: params.publish_dir_mode,
pattern: '*.{biom,txt}'
]
ext.prefix = { "${meta.id}-${meta.run_accession}-${metaphlan_db.simpleName}" }
ext.prefix = { "${meta.id}-${meta.run_accession}-${meta.db_name}" }
}
withName: CUSTOM_DUMPSOFTWAREVERSIONS {