File: pipInstallCmds.sh

package info (click to toggle)
pbsuite 15.8.24%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,508 kB
  • sloc: python: 10,988; sh: 152; xml: 21; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#If you have permission to run pip, source this file to install all the dependencies of PBSuite
#If you don't have permission to run pip, look into creating python virtualenv.
pip install numpy==1.6
pip install h5py==2.0.1
pip install pysam==0.8.0
pip install pyvcf==0.6.7