diff options
author | Muriithi Frederick Muriuki | 2019-05-31 17:01:06 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-05-31 17:01:06 +0300 |
commit | d8a06ad808bf5312bf55d9ef0b4dcbb5dc792a17 (patch) | |
tree | c985754ba92fe6b30d88606cf2078b6d18837129 /gn/packages/genenetwork.scm | |
parent | 888dcd025b042cfe2708bd52d2914687cf4244ab (diff) | |
download | guix-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.scm | 3 |
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) |