1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:33:08 +00:00

Append profiler to resulting file

This commit is contained in:
James Fellows Yates 2022-09-15 12:30:39 +02:00
parent 21ae9d85c3
commit 19a195ed14

View file

@ -338,7 +338,7 @@ process {
}
withName: METAPHLAN3_MERGEMETAPHLANTABLES {
ext.prefix = { "${meta.id}_combined_reports" }
ext.prefix = { "metaphlan3_${meta.id}_combined_reports" }
publishDir = [
path: { "${params.outdir}/metaphlan3/" },
mode: params.publish_dir_mode,