Skip to content

Commit 69a095b

Browse files
authored
Update README.md
1 parent 7fbd28c commit 69a095b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ You can see a simple example of the output by viewing [test_tree.html](http://ht
1111
Two sample Newick files are included, one with 11 taxa and one with 66. There is no technical limit to the size of the tree it can display, but very large trees will likely become visually unwieldy just due to the standard scaling issues one would have with any very large tree.
1212

1313
The code is written in Python 3 and works in vanilla Python with no external dependencies.
14+
15+
To use, simply run phy2ml.py (for an interactive mode that will prompt for input and output file names) or import it and call the function *create_html_tree(inname, outname)* where inname is the name of a simple text file containing a tree in Newick format and outname is the desired name for the HTML output.
16+
17+
More complicated interfaces and options may be available on request.

0 commit comments

Comments
 (0)