-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check Newick tree structural integrity (#35)
* Checkpoint for Newick tree structural integrity - All internal nodes in the input (Newick) tree must have exactly two children nodes - If they have one child node or if they have three (or more), then the checkpoint exists and prompts the user to adjust the tree in the configuration file - To help out finding where the problem is, the structural error in the input tree is shown to the user both as a string and as an ASCII drawing of the subtree that contained the incorrect internal node
- Loading branch information
1 parent
b1b1d9c
commit bc9ea47
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters