mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:29:54 +00:00
Fix missing info
This commit is contained in:
parent
0f298dca43
commit
db334c5185
1 changed files with 0 additions and 1 deletions
|
@ -272,7 +272,6 @@ workflow PROFILING {
|
||||||
.map {
|
.map {
|
||||||
meta, reads, db_meta, db ->
|
meta, reads, db_meta, db ->
|
||||||
def meta_new = [:]
|
def meta_new = [:]
|
||||||
meta_new['tool'] = meta['tool']
|
|
||||||
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]
|
||||||
|
|
Loading…
Reference in a new issue