1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 16:39:54 +00:00

Append to correct db

This commit is contained in:
James Fellows Yates 2022-11-22 12:21:59 +01:00
parent 52fc00802b
commit 5caebcc6ab

View file

@ -272,7 +272,7 @@ workflow PROFILING {
.map { .map {
meta, reads, db_meta, db -> meta, reads, db_meta, db ->
def meta_new = [:] def meta_new = [:]
meta['id'] = db_meta['db_name'] meta_new['id'] = db_meta['db_name']
meta_new['single_end'] = meta['single_end'] meta_new['single_end'] = meta['single_end']
[meta_new, reads, db_meta, db] [meta_new, reads, db_meta, db]