Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 701 Bytes

dependencies.md

File metadata and controls

24 lines (17 loc) · 701 Bytes

pyAmpli dependencies

Python

Normally these dependencies are installed automatically when running setup.py

Python 2.7 or later (https://www.python.org)

 pip install pysam==0.8.4
 pip install pyvcf==0.6.8

PyYAML (v3.11) (http://pyyaml.org)

 pip install pyyaml==3.11

setuptools (v20.2.2) (https://setuptools.readthedocs.io)

 pip install setuptools==20.2.2

System

samtools (v1 or later) (http://samtools.sourceforge.net)

 apt-get install samtools

pigz (v2.3.4) (http://zlib.net/pigz)

 apt-get install pigz