aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorpjotrp2018-04-05 11:55:27 +0000
committerpjotrp2018-04-05 11:55:27 +0000
commited5ce61bd063ed6d77e9bacc8bc640a81757fe39 (patch)
tree837211fcf25a4fc39e93db1edddc3e07642e04bd /gn/packages/genenetwork.scm
parentdb02f79948482d4060afcce4ddb69efeabf1b465 (diff)
downloadguix-bioinformatics-ed5ce61bd063ed6d77e9bacc8bc640a81757fe39.tar.gz
Added cytoscape-js package
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 9aa723f..8783717 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)
@@ -273,6 +273,7 @@ location of a putative QTL.")
("python2-xlsxwriter" ,python2-xlsxwriter)
("python2-qtlreaper" ,python2-qtlreaper)
("javascript-twitter-post-fetcher" ,javascript-twitter-post-fetcher)
+ ("javascript-cytoscape" ,javascript-cytoscape)
))
(build-system python-build-system)
(arguments
@@ -433,7 +434,7 @@ 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)
;; With Python3 support
("gunicorn" ,gunicorn)