mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 19:59:55 +00:00
Fix file name output clashing wiht multiqc
This commit is contained in:
parent
31119f83c2
commit
449b6a5553
1 changed files with 1 additions and 0 deletions
|
@ -391,6 +391,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: MOTUS_PROFILE {
|
withName: MOTUS_PROFILE {
|
||||||
|
ext.prefix = params.perform_runmerging ? { "${meta.id}-${meta.db_name}" } : { "${meta.id}-${meta.run_accession}-${meta.db_name}" }
|
||||||
publishDir = [
|
publishDir = [
|
||||||
path: { "${params.outdir}/motus/${meta.db_name}" },
|
path: { "${params.outdir}/motus/${meta.db_name}" },
|
||||||
mode: params.publish_dir_mode
|
mode: params.publish_dir_mode
|
||||||
|
|
Loading…
Reference in a new issue