aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2019-05-31 17:01:06 +0300
committerMuriithi Frederick Muriuki2019-05-31 17:01:06 +0300
commitd8a06ad808bf5312bf55d9ef0b4dcbb5dc792a17 (patch)
treec985754ba92fe6b30d88606cf2078b6d18837129 /gn/packages/genenetwork.scm
parent888dcd025b042cfe2708bd52d2914687cf4244ab (diff)
downloadguix-bioinformatics-d8a06ad808bf5312bf55d9ef0b4dcbb5dc792a17.tar.gz
Use module (gnu packages cran). Change to python2-htmlgen
* Use module (gnu packages cran) to get access to r-wgcna * Change the dependency to python2-htmlgen which is the newer package supporting both python2 and python3
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 3051dcb..987cf61 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -20,6 +20,7 @@
#:use-module (gnu packages boost)
#:use-module (gnu packages compression)
#:use-module (gnu packages check)
+ #:use-module (gnu packages cran)
#:use-module (gnu packages databases)
#:use-module (gnu packages cpio)
#:use-module (gn packages elixir)
@@ -247,7 +248,7 @@ location of a putative QTL.")
("python2-pillow" ,python2-pillow)
("python2-cssselect" ,python2-cssselect)
("python2-elasticsearch" ,python2-elasticsearch)
- ("python2-htmlgen-gn" ,python2-htmlgen-gn)
+ ("python2-htmlgen" ,python2-htmlgen)
("python2-jinja2" ,python2-jinja2)
("python2-sqlalchemy" ,python2-sqlalchemy)
("python2-flask-sqlalchemy" ,python2-flask-sqlalchemy)