1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-23 13:49:55 +00:00

Fix staging

This commit is contained in:
James Fellows Yates 2023-05-11 15:04:37 +02:00
parent e8b85d0b62
commit 5d95151f54

View file

@ -33,7 +33,9 @@ workflow STANDARDISATION_PROFILES {
.groupTuple () .groupTuple ()
.map { [ it[0], it[1].flatten() ] } .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 Split profile results based on tool they come from