mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:23:10 +00:00
fix: use same naming scheme
This commit is contained in:
parent
817678d870
commit
70862570e0
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue