diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 7336392..8500692 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -28,6 +28,7 @@ #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages rdf) #:use-module (gnu packages rust) #:use-module (gnu packages scheme) #:use-module (gnu packages statistics) @@ -465,6 +466,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-simplejson" ,python-simplejson) ("python-pyyaml" ,python-pyyaml) ("python-mistune-2.0.0a5" ,python-mistune-2.0.0a5) + ("python-rdflib" ,python-rdflib) ;; TODO: Get rid of Python R bindings ("python-rpy2" ,python-rpy2-2.9) ("python-beautifulsoup4" ,python-beautifulsoup4) |