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

Does the grouping work if we have meta?

This commit is contained in:
James Fellows Yates 2022-11-22 13:26:54 +01:00
parent 21759807f7
commit ebfc84e235
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {
tag "$meta.id"
label 'process_high'
conda (params.enable_conda ? "bioconda::krakenuniq=1.0.0" : null)

View file

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