Skip to content

Commit

Permalink
schema upd - add nexus trees
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikk committed Apr 26, 2024
1 parent 8bf78d2 commit 9ce6a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"phytree": {
"type": "string",
"fa_icon": "fas fa-tree",
"description": "Custom phylogenetic tree in Newick format",
"description": "Custom phylogenetic tree in the Newick of Nexus format",
"format": "file-path",
"mimetype": "text/x-nh",
"pattern": ".nwk$|.{n,N}ewick$|.tre$|.tree$",
"pattern": ".nwk$|.{n,N}ewick$|.tre$|.tree$|.nex$|.{n,N}exus$|.nxs$",
"help_text": "Tips should be labeled either with Latin binomials (e.g., \"Homo_sapiens\"), or with Open Tree IDs (e.g, \"ott359899\"). Please adjust the `--phylabels` parameter correspondingly."
}
}
Expand Down

0 comments on commit 9ce6a66

Please sign in to comment.