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:
parent
21759807f7
commit
ebfc84e235
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {
|
||||
tag "$meta.id"
|
||||
label 'process_high'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::krakenuniq=1.0.0" : null)
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue