forked from tjunier/newick_utils
-
Notifications
You must be signed in to change notification settings - Fork 0
shell tools for processing phylogenetic trees
License
Unknown, BSD-3-Clause licenses found
Licenses found
Unknown
COPYING
BSD-3-Clause
BSD_license
Efficiency-of-RELAX/newick_utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Newick Utilities are a suite of programs for working with Newick-formatted phylogenetic trees. Documentation ============= See in subdirectory 'doc'. Installing ========== Binaries -------- If you have a binaries distribution (that is, with a name like newick-utils-x.y.z-linux-x86-64.tar.gz), you do not have to compile. The binaries are in ./src ; they all have names that start with nw_, so you can do $ sudo cp src/nw_* /usr/local/bin # or wherever you want You can test the programs by cd'ing to ./tests, and doing the following: $ ./test_binaries.sh Source ------ If you have a source-only distribution, or if you want to build the binaries yourself, it's the familiar $ autoreconf -fi $ ./configure $ make $ make check # optional but recommended $ sudo make install In addition to a C compiler (I use GCC), you need Flex and Bison (possibly already on your system); optionally you can use LibXML, GNU Guile, and Lua. See in the manual (doc/nwutils_tutorial.pdf) for details.
About
shell tools for processing phylogenetic trees
Resources
License
Unknown, BSD-3-Clause licenses found
Licenses found
Unknown
COPYING
BSD-3-Clause
BSD_license
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 91.1%
- Python 1.8%
- Shell 1.5%
- Yacc 1.2%
- Makefile 1.0%
- Lex 1.0%
- Other 2.4%