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 d8f773c commit 1f5ded0
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 @@ -18,7 +18,7 @@ workflow VISUALIZATION {
// split the msa meta to be able to merge with the tree meta
ch_msa
.map {
meta, file -> [meta.subMap(["id", "tree", "args_tree", "args_tree_clean"]), meta, file]
meta, file -> [ meta.subMap([ "id", "tree", "args_tree", "args_tree_clean" ]), meta, file ]
}
.join(ch_trees, by: [0], remainder:true )
.filter{
Expand Down

0 comments on commit 1f5ded0

Please sign in to comment.