Download and install deepTools
https://github.com/fidelram/deepTools
http://deeptools.readthedocs.io/en/latest/content/example_usage.html
pip install pyBigWig --user
安装完成后发现import pyBigWig并没有该???/p>
解决办法:
pip安装或者通过https://pypi.org/project/pyBigWig/下载安装的均适用于python3及以上版本??梢酝ü沧笆视糜趐ython2的pyBigWi。
Download Python 2 module package
https://launchpad.net/ubuntu/cosmic/+package/python-pybigwig
tar -zxvf pybigwig_0.3.2.orig.tar.gz
cd pyBigWig-0.3.2
python setup.py install --user
然后import pyBigWig发现成功导入pyBigWig???,就可以通过正常步骤安装deeptools了。