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 a427130 commit 46af01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/visualization.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ workflow VISUALIZATION {
.map {
tree_meta, meta, msa, tree -> [meta.subMap(["id"]), meta, msa, tree]
}
.combine( ch_optional_data, by: [0])
.set{ ch_msa_tree_data }
.combine(ch_optional_data, by: [0])
.set { ch_msa_tree_data }

//
// FOLDMASON VISUALISATION
Expand Down

0 comments on commit 46af01e

Please sign in to comment.