bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
145 stars 53 forks source link

Build Status

Read the Docs

bx-python

The bx-python project is a Python library and associated set of scripts for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are:

Requirements

Build currently requires liblzo, e.g. sudo apt-get install liblzo2-dev on debian/ubuntu).

Installing

The package can be installed with pip:

pip install bx-python

It is available in bioconda (recommended):

conda install -c conda-forge -c bioconda bx-python

It is available in Debian and Ubuntu:

sudo apt install python3-bx

Or can be built from a checkout of the repository:

python setup.py install