mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 12:39:56 +00:00
Fix meta.id isssue
This commit is contained in:
parent
db334c5185
commit
b8937748d3
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ workflow PROFILING {
|
|||
.map {
|
||||
meta, reads, db_meta, db ->
|
||||
def meta_new = [:]
|
||||
meta['id'] = db['db_name']
|
||||
meta_new['single_end'] = meta['single_end']
|
||||
|
||||
[meta_new, reads, db_meta, db]
|
||||
|
|
Loading…
Reference in a new issue