Skip to content

Commit

Permalink
bugfix module name again
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Mar 4, 2024
1 parent 803b258 commit be4e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/fusion.nf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ workflow FUSION {
)
}
ch_versions = ch_versions.mix(ADD_FLAG.out.versions.first())
ch_versions = ch_versions.mix(METAFUSION.out.versions.first())
ch_versions = ch_versions.mix(METAFUSION_RUN.out.versions.first())
ch_versions = ch_versions.mix(ARRIBA_TO_CFF.out.versions.first())
ch_versions = ch_versions.mix(FUSIONCATCHER_TO_CFF.out.versions.first())
ch_versions = ch_versions.mix(STARFUSION_TO_CFF.out.versions.first())
Expand Down

0 comments on commit be4e288

Please # to comment.