diff options
author | pjotrp | 2018-04-06 10:34:26 +0000 |
---|---|---|
committer | pjotrp | 2018-04-06 10:34:26 +0000 |
commit | 4521668b12e186fa40fe2549a546db48b3f0c609 (patch) | |
tree | ae4fcd0048393913397b5be733da33676bd70eb4 /gn/packages/genenetwork.scm | |
parent | ed5ce61bd063ed6d77e9bacc8bc640a81757fe39 (diff) | |
download | guix-bioinformatics-4521668b12e186fa40fe2549a546db48b3f0c609.tar.gz |
Two JS packages
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8783717..b860787 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -434,7 +434,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-cytoscape" ,javascript-cytoscape) + ("javascript-panzoom" ,javascript-cytoscape-panzoom) + ("javascript-qtip" ,javascript-cytoscape-qtip) ;; With Python3 support ("gunicorn" ,gunicorn) |