Ubuntu安裝picrust
參考:http://picrust.github.io/picrust/install.html#install
##準(zhǔn)備環(huán)境
pip install numpy==1.5.1
##后面用到h5py
sudo apt-get install libhdf5-dev
sudo apt-get install python-h5py
##如果運(yùn)行腳本遇到numpy相關(guān)的問題,更新幾個(gè)相關(guān)的庫
pip install --upgrade numpy scipy pandas
##下載解壓
wget https://github.com/picrust/picrust/releases/download/1.1.0/picrust-1.1.0.tar.gz
tar -xzf picrust-1.1.0.tar.gz
cd picrust-1.1.0
#下載好的 **16S拷貝數(shù)** 及ko文件放在picrust/data文件夾
##安裝
sudo python setup.py install