diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 43befb4..c24eb61 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -182,6 +182,7 @@ confidence region for the location of a putative QTL.") ("python2-sqlalchemy" ,python2-sqlalchemy) ("python2-setuptools" ,python2-setuptools) ("python2-scipy" ,python2-scipy) + ;; looks like python-numarray is not needed ("python2-numpy" ,python2-numpy) ("python2-pandas" ,python2-pandas) ("python2-passlib" ,python2-passlib) @@ -189,6 +190,7 @@ confidence region for the location of a putative QTL.") ("python2-requests" ,python2-requests) ("python2-simplejson" ,python2-simplejson) ("python2-pyyaml" ,python2-pyyaml) + ;; python-yolk is not needed ("plink" ,plink) ("r-qtl" ,r-qtl) )) |