diff options
author | Frederick Muriuki Muriithi | 2024-06-14 10:44:38 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-14 10:44:38 -0500 |
commit | 22a779d83b39158459055b22a6d75e770054784c (patch) | |
tree | 2f889c2c4de45966afb13d2fedc770067b276a4e | |
parent | 9f5097a76eb87abb16006c0d9e6080c2231fdb3d (diff) | |
download | guix-bioinformatics-22a779d83b39158459055b22a6d75e770054784c.tar.gz |
gn-uploader: (javascript-jquery): New dependency
JQuery is needed to get the bootstrap plugins working correctly.
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 39bad71..10619da 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -455,6 +455,7 @@ python-pyyaml python-jsonpickle python-mysqlclient + javascript-jquery javascript-bootstrap)) (synopsis "GeneNetwork Quality Control Application") (description |