mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:09:55 +00:00
Fix the motus_versions
This commit is contained in:
parent
3fa1b0c17d
commit
90aa7551a9
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ workflow STANDARDISATION_PROFILES {
|
||||||
}
|
}
|
||||||
|
|
||||||
MOTUS_MERGE ( ch_profiles_for_motus, ch_input_databases.motus.map{it[1]}, motu_version )
|
MOTUS_MERGE ( ch_profiles_for_motus, ch_input_databases.motus.map{it[1]}, motu_version )
|
||||||
|
ch_versions = ch_versions.mix( MOTUS_MERGE.out.versions )
|
||||||
|
|
||||||
emit:
|
emit:
|
||||||
taxpasta = TAXPASTA_MERGE.out.merged_profiles
|
taxpasta = TAXPASTA_MERGE.out.merged_profiles
|
||||||
versions = ch_versions
|
versions = ch_versions
|
||||||
|
|
Loading…
Reference in a new issue