diff --git a/subworkflows/local/standardisation_profiles.nf b/subworkflows/local/standardisation_profiles.nf index 2506680..2c6a591 100644 --- a/subworkflows/local/standardisation_profiles.nf +++ b/subworkflows/local/standardisation_profiles.nf @@ -150,7 +150,8 @@ workflow STANDARDISATION_PROFILES { } 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: taxpasta = TAXPASTA_MERGE.out.merged_profiles versions = ch_versions