1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +00:00

Update subworkflows/local/profiling.nf

Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
This commit is contained in:
James A. Fellows Yates 2022-04-19 12:54:57 +02:00 committed by GitHub
parent d0256ec937
commit 87777a4289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ workflow PROFILING {
// when no pair-merging
def meta_new = meta.clone()
meta_new['db_name'] = meta.id
meta_new['id'] = rma.name - ( '.' + rma.extension )
meta_new['id'] = rma.baseName
[ meta_new, rma ]
}