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