mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 05:59:56 +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 {
|
process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {
|
||||||
tag "$meta.id"
|
|
||||||
label 'process_high'
|
label 'process_high'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::krakenuniq=1.0.0" : null)
|
conda (params.enable_conda ? "bioconda::krakenuniq=1.0.0" : null)
|
||||||
|
|
|
@ -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['id'] = db_meta['db_name']
|
|
||||||
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