aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-12-06 14:06:13 +0300
committerFrederick Muriuki Muriithi2021-12-06 14:06:13 +0300
commit0cfcea15c56e4ccd4379599076aabd13715cd873 (patch)
treef94ef7c5f5d12be76abaaf5d92d4a0e5d3863a64 /guix.scm
parent66406115f41594ba40e3fbbc6f69aace2d11800f (diff)
parent63923aee24a5f605961821ea31e64213f885db74 (diff)
downloadgenenetwork3-0cfcea15c56e4ccd4379599076aabd13715cd873.tar.gz
Merge branch 'main' of github.com:genenetwork/genenetwork3
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 9bf23c8..e2e49ab 100644
--- a/guix.scm
+++ b/guix.scm
@@ -42,6 +42,7 @@
(gnu packages python-web)
(gnu packages python-xyz)
(gnu packages python-science)
+ (gnu packages rdf)
((guix build utils) #:select (with-directory-excursion))
(guix build-system python)
(guix gexp)
@@ -78,6 +79,7 @@
("python-redis" ,python-redis)
("python-requests" ,python-requests)
("python-scipy" ,python-scipy)
+ ("python-sparqlwrapper" ,python-sparqlwrapper)
("r-optparse" ,r-optparse)
("r-qtl" ,r-qtl)
("r-rjson" ,r-rjson)