https://github.com/dereneaton/ipyrad
Raw File
Tip revision: bfa0c604924f2fd5563debffb8e2c75eaa70b2ba authored by dereneaton on 15 May 2016, 19:04:15 UTC
"Updating ipyrad/__init__.py to version - 0.2.7
Tip revision: bfa0c60
README.rst
ipyrad (In development)
=======================

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/dereneaton/ipyrad
   :target: https://gitter.im/dereneaton/ipyrad?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Interactive assembly and analysis of RAD-seq data sets.

Tutorials
---------

Documentation is in the works_. There you can find installation instructions, 
example tutorials, and a full user guide. Much more on the way.

.. _works: http://ipyrad.readthedocs.io


Installation
------------
ipyrad is available through conda (and pip) with all dependencies included.


What's new?
-----------

In addition to a command line interface that will be familiar to pyrad users, ipyrad offers an additional way to interact with the data through writing Python scripts that access the ipyrad API. This provides an easier way to construct branching assembly architectures in which data sets are assembled under a number of parameter options. We also include several new analysis 
tools, including __svd4tet__, a program for fast quartet inference and super-tree 
construction (docs coming). 


License
-------
GPLv3


Contributors
------------
+ `Deren Eaton <deren.eaton@yale.edu>`_.  
+ `Isaac Overcast <isaac.overcast@gmail.com>`_.  





back to top