aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-04-08 11:35:00 +0300
committerMuriithi Frederick Muriuki2018-04-08 11:35:00 +0300
commitb7853e6340adc3bc10cc48931db7c8f2ebe8c2d5 (patch)
tree79f98d79f7c4c3b83947098ce0bd7c875a23f891 /gn/packages/genenetwork.scm
parentfc284297def0b68c5a9fdd6c31cf9180b23fe73f (diff)
parent86fb35d3076401f899a5f3ae99403ecb25e3c260 (diff)
downloadguix-bioinformatics-b7853e6340adc3bc10cc48931db7c8f2ebe8c2d5.tar.gz
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm12
1 files changed, 9 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 9d8fd91..8181e3e 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -28,7 +28,7 @@
#:use-module (gnu packages graphviz)
#:use-module (gnu packages java)
#:use-module (gnu packages linux)
- #:use-module (gnu packages ldc)
+ ; #:use-module (gnu packages ldc)
#:use-module (gnu packages machine-learning)
#:use-module (gnu packages maths)
#:use-module (gnu packages ncurses)
@@ -272,7 +272,11 @@ location of a putative QTL.")
("python2-unittest2" ,python2-unittest2)
("python2-xlsxwriter" ,python2-xlsxwriter)
("python2-qtlreaper" ,python2-qtlreaper)
- ("javascript-twitter-post-fetcher" ,javascript-twitter-post-fetcher)
+ ("javascript-twitter-post-fetcher" ,javascript-twitter-post-fetcher)
+ ("javascript-cytoscape" ,javascript-cytoscape)
+ ("javascript-panzoom" ,javascript-cytoscape-panzoom)
+ ("javascript-qtip" ,javascript-cytoscape-qtip)
+
))
(build-system python-build-system)
(arguments
@@ -437,7 +441,9 @@ location of a putative QTL.")
("python-parameterized" ,python-parameterized) ;; used for the tests
("genenetwork2-files-small" ,genenetwork2-files-small)
("javascript-twitter-post-fetcher" ,javascript-twitter-post-fetcher)
-
+ ("javascript-cytoscape" ,javascript-cytoscape)
+ ("javascript-panzoom" ,javascript-cytoscape-panzoom)
+ ("javascript-qtip" ,javascript-cytoscape-qtip)
;; With Python3 support
("python-wrapper" ,python-wrapper)