bx python
v0.13.0
BX-Python项目是一个Python库,是相关的脚本集,用于快速实施基因组量表分析。该库包含各种有用的模块,但特定的优势是:
当前构建需要liblzo,例如debian/ubuntu上的sudo apt-apt-get安装liblzo2-dev。
包装可以使用PIP安装:
pip install bx-python
它可以在Bioconda(推荐)中使用:
conda install -c conda-forge -c bioconda bx-python
它可以在Debian和Ubuntu中使用:
sudo apt install python3-bx
也可以从存储库的结帐中构建:
python setup.py install