Coder Social home page Coder Social logo

andrewguy / dendropy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeetsukumaran/dendropy

0.0 2.0 0.0 50.1 MB

Andrew Guy's fork of DendroPy

Home Page: http://packages.python.org/DendroPy/

License: Other

Python 84.63% Shell 0.01% Terra 15.36% R 0.01%

dendropy's Introduction

DendroPy

DendroPy is a Python library for phylogenetic computing. It provides classes and functions for the simulation, processing, and manipulation of phylogenetic trees and character matrices, and supports the reading and writing of phylogenetic data in a range of formats, such as NEXUS, NEWICK, NeXML, Phylip, FASTA, etc. Application scripts for performing some useful phylogenetic operations, such as data conversion and tree posterior distribution summarization, are also distributed and installed as part of the libary. DendroPy can thus function as a stand-alone library for phylogenetics, a component of more complex multi-library phyloinformatic pipelines, or as a scripting "glue" that assembles and drives such pipelines.

The primary home page for DendroPy, with detailed tutorials and documentation, is at:

http://dendropy.org/

DendroPy is also hosted in the official Python repository:

http://packages.python.org/DendroPy/

Requirements and Installation

DendroPy 4.x runs under Python 3 (all versions > 3.1) and Python 2 (Python 2.7 only).

You can install DendroPy by running:

$ sudo pip install dendropy

More information is available here:

http://dendropy.org/downloading.html

Documentation

Full documentation is available here:

http://dendropy.org/

This includes:

and more.

Testing

Note

Note that some tests rely on PAUP* being available on your system. You will need to set the environmental variable DENDROPY_PAUP_EXECUTABLE_PATH to the path of the PAUP* executable for these tests to be run, e.g.:

DENDROPY_PAUP_EXECUTABLE_PATH=/usr/local/bin/paup python setup.py test

or:

DENDROPY_PAUP_EXECUTABLE_PATH=/usr/local/bin/paup python -m dendropy.test

If this variable is not set or set to "NONE", then any tests that rely on PAUP* will NOT be run.

Tests can be run by typing:

$ python -m dendropy.test

By default, all tests are run. You can run specific by providing the fully-qualified name of the modules, test cases, or specific test methods to run, e.g.:

$ python -m dendropy.test test_tokenizer
$ python -m dendropy.test test_tokenizer.TestCase
$ python -m dendropy.test test_tokenizer.TestCase.test1
$ python -m dendropy.test test_tokenizer test_datamodel_taxon

Or special pre-defined sub-groups of tests, e.g.:

$ python -m dendropy.test @datamodel
$ python -m dendropy.test @dataio
$ python -m dendropy.test @datamodel @newick

A list of all available sub-groups can be seen by:

$ python -m dendropy.test --help-testgroups

For any tests run, you can set the level at which the test progress is logged by:

$ python -m dendropy.test -l DEBUG all

For all options, type:

$ python -m dendropy.test --help

License and Warranty

Please see the file "LICENSE.rst" for details.

dendropy's People

Contributors

jeetsukumaran avatar mtholder avatar andrewguy avatar hdetering avatar allista avatar jonchang avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.