Repository 'cnvsim'
hg clone https://toolshed.g2.bx.psu.edu/repos/ahosny/cnvsim

Changeset 14:eaf4f14d7cf0 (2016-09-07)
Previous changeset 13:e0f5a71e94ed (2016-09-07) Next changeset 15:302eb5118a36 (2016-09-07)
Commit message:
Uploaded
modified:
setup-linux.sh
b
diff -r e0f5a71e94ed -r eaf4f14d7cf0 setup-linux.sh
--- a/setup-linux.sh Wed Sep 07 09:32:24 2016 -0400
+++ b/setup-linux.sh Wed Sep 07 09:32:46 2016 -0400
b
@@ -12,9 +12,6 @@
 # Install pysam library
 sudo pip install pysam
 
-# Install numpy library
-sudo pip install numpy
-
 # Install Bio Python
 sudo pip install biopython