-
Notifications
You must be signed in to change notification settings - Fork 0
ryanraaum/oldowan.phyloxml
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Read and write phyloxml tree files. oldowan.phyloxml is a small bioinformatic utility to read and write trees in the phyloxml_ format. Phyloxml is a new tree format designed to enable the labeling of nodes and branches with arbitrary information. Installation Instructions ========================= This package is pure Python and has no dependencies outside of the standard library. The easist way to install is using ``easy_install`` from the setuptools_ package. This usually goes something like this:: $ easy_install oldowan.phyloxml or on a unix-like system, assuming you are installing to the main Python ``site-packages`` directory as a non-privileged user, this:: $ sudo easy_install oldowan.phyloxml You may also use the standard python distutils setup method. Download the current source archive from the file list towards the bottom of this page, unarchive it, and install. On Mac OS X and many other unix-like systems, having downloaded the archive and changed to the directory containing this archive in your shell, this might go something like:: $ tar xvzf oldowan.phyloxml* $ cd oldowan.phyloxml* $ python setup.py install Quick Start =========== Import oldowan.phyloxml:: >>> from oldowan.phyloxml import phyloxml Load a tree from a phyloxml file:: >>> tree = phyloxml.read('filename.xml') Release History =============== 1.0.0 (, 2009) initial release of module. .. _phyloxml: http://www.phyloxml.org .. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published