diff options
author | pjotrp | 2016-02-13 12:25:30 +0100 |
---|---|---|
committer | pjotrp | 2016-02-13 12:25:30 +0100 |
commit | df5f7651f94891effdcef4ec67af5a04c888713e (patch) | |
tree | d3f664a641b4b72bd3ab67310b98ad95cd61a615 /gn/packages/bioinformatics.scm | |
parent | 0cf7d98524a94852b868b2f496e5324f132da5c0 (diff) | |
download | guix-bioinformatics-df5f7651f94891effdcef4ec67af5a04c888713e.tar.gz |
GN2: adding packages
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index c576127..c796708 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -232,11 +232,13 @@ confidence region for the location of a putative QTL.") (inputs `( ("mysql" ,mysql) ("nginx" ,nginx) + ("python2-flask" ,python2-flask) ("python2-jinja2" ,python2-jinja2) ("python2-sqlalchemy" ,python2-sqlalchemy) ("python2-setuptools" ,python2-setuptools) ("python2-scipy" ,python2-scipy) ;; looks like python-numarray is not needed + ("python2-mysqlclient" ,python2-mysqlclient) ("python2-numpy" ,python2-numpy) ("python2-pandas" ,python2-pandas) ("python2-passlib" ,python2-passlib) @@ -244,6 +246,7 @@ confidence region for the location of a putative QTL.") ("python2-requests" ,python2-requests) ("python2-simplejson" ,python2-simplejson) ("python2-pyyaml" ,python2-pyyaml) + ("python-xlsxwriter" ,python-xlsxwriter) ;; python-yolk is not needed ("plink" ,plink) ("r-qtl" ,r-qtl) |