mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:03:10 +00:00
Update subworkflows/local/profiling.nf
Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
This commit is contained in:
parent
d0256ec937
commit
87777a4289
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ workflow PROFILING {
|
||||||
// when no pair-merging
|
// when no pair-merging
|
||||||
def meta_new = meta.clone()
|
def meta_new = meta.clone()
|
||||||
meta_new['db_name'] = meta.id
|
meta_new['db_name'] = meta.id
|
||||||
meta_new['id'] = rma.name - ( '.' + rma.extension )
|
meta_new['id'] = rma.baseName
|
||||||
[ meta_new, rma ]
|
[ meta_new, rma ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue