mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 17:49:55 +00:00
Append profiler to resulting file
This commit is contained in:
parent
21ae9d85c3
commit
19a195ed14
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: METAPHLAN3_MERGEMETAPHLANTABLES {
|
withName: METAPHLAN3_MERGEMETAPHLANTABLES {
|
||||||
ext.prefix = { "${meta.id}_combined_reports" }
|
ext.prefix = { "metaphlan3_${meta.id}_combined_reports" }
|
||||||
publishDir = [
|
publishDir = [
|
||||||
path: { "${params.outdir}/metaphlan3/" },
|
path: { "${params.outdir}/metaphlan3/" },
|
||||||
mode: params.publish_dir_mode,
|
mode: params.publish_dir_mode,
|
||||||
|
|
Loading…
Reference in a new issue