diff options
author | Efraim Flashner | 2020-03-31 08:35:21 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-03-31 08:35:21 -0500 |
commit | b5177650f425afb5fdc9147904d7cb0e7437e0cb (patch) | |
tree | 1068239a7f2d3f063328616212b5ff09c2320efa /gn/packages | |
parent | 7f4226ea033a1b4207609741eed95d97f03f3158 (diff) | |
download | guix-bioinformatics-b5177650f425afb5fdc9147904d7cb0e7437e0cb.tar.gz |
gn: ratspub: Adjust to edirect-gn upstreaming.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/ratspub.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm index 290b9e2..694379a 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/ratspub.scm @@ -4,7 +4,7 @@ #:use-module (guix git-download) #:use-module (guix build-system python) #:use-module (gnu packages admin) - #:use-module (gn packages bioinformatics) + #:use-module (gnu packages bioinformatics) #:use-module (gn packages javascript) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) @@ -72,7 +72,7 @@ `("PYTHONPATH" ":" prefix (,path)))) #t))))) (inputs - `(("edirect" ,edirect-gn) + `(("edirect" ,edirect) ("inetutils" ,inetutils) ("python-flask" ,python-flask) ("python-nltk" ,python-nltk))) @@ -89,4 +89,4 @@ the question \"What do we know about these genes and addiction?\". Data from @acronym{EBI GWAS, European Bioinformatics Institute Genome-Wide Association Studies} catalog are also included in the search to better answer this question.") - (license #f))) + (license license:expat))) |