mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-23 08:09:54 +00:00
Fix staging
This commit is contained in:
parent
e8b85d0b62
commit
5d95151f54
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ workflow STANDARDISATION_PROFILES {
|
|||
.groupTuple ()
|
||||
.map { [ it[0], it[1].flatten() ] }
|
||||
|
||||
TAXPASTA_MERGE (ch_input_for_taxpasta, params.taxpasta_taxonomy_dir ? params.taxpasta_taxonomy_dir : [], [])
|
||||
ch_taxpasta_tax_dir = params.taxpasta_taxonomy_dir ? Channel.fromPath(params.taxpasta_taxonomy_dir, checkIfExists: true).collect() : []
|
||||
|
||||
TAXPASTA_MERGE (ch_input_for_taxpasta, ch_taxpasta_tax_dir, [])
|
||||
|
||||
/*
|
||||
Split profile results based on tool they come from
|
||||
|
|
Loading…
Reference in a new issue