Skip to content

Commit

Permalink
Update subworkflows/local/visualization.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
  • Loading branch information
luisas and JoseEspinosa authored Dec 19, 2024
1 parent c75a758 commit d8f773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/visualization.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflow VISUALIZATION {
// Merge the msa and tree
// split the msa meta to be able to merge with the tree meta
ch_msa
.map{
.map {
meta, file -> [meta.subMap(["id", "tree", "args_tree", "args_tree_clean"]), meta, file]
}
.join(ch_trees, by: [0], remainder:true )
Expand Down

0 comments on commit d8f773c

Please sign in to comment.