1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:33:08 +00:00

Fix missing info

This commit is contained in:
James Fellows Yates 2022-11-22 12:17:08 +01:00
parent 0f298dca43
commit db334c5185

View file

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