diff options
author | Efraim Flashner | 2020-06-28 12:45:52 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-06-28 12:45:52 +0300 |
commit | 82d0489ced74e7596ff711af1030f8a4ae257038 (patch) | |
tree | 4109fc0bdbecce352fd24343ee4b2a5fa1aab586 | |
parent | 793f831f84ab67081e57bc8ec58d9927c019feb5 (diff) | |
download | guix-bioinformatics-82d0489ced74e7596ff711af1030f8a4ae257038.tar.gz |
gn: Prepare bh20-seq-resource for service
-rw-r--r-- | gn/packages/bioinformatics.scm | 5 | ||||
-rw-r--r-- | gn/packages/python.scm | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index fc2c923..a235f44 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1257,7 +1257,10 @@ runApp(launch.browser=0, port=4206)~%\n" ("python-pyshex" ,python-pyshex) ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("clustalw" ,clustalw) - ("python-schema-salad" ,python-schema-salad))) + ("python-schema-salad" ,python-schema-salad) + ;; and for the service + ("python" ,python) + ("gunicorn" ,gunicorn))) (native-inputs `(("git" ,(@ (gnu packages version-control) git)) ("python-oauth2client" ,python-oauth2client) diff --git a/gn/packages/python.scm b/gn/packages/python.scm index b181767..7be6b4f 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1118,7 +1118,7 @@ spreadsheets without the need for COM objects.") ("python-google-api-client" ,python-google-api-client) ("python-httplib2" ,python-httplib2) ("python-pycurl" ,python-pycurl) - ("python-ruamel.yaml" ,python-ruamel.yaml) + ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("python-setuptools" ,python-setuptools) ("python-oauth2client" ,python-oauth2client) ("python-uritemplate" ,python-uritemplate) @@ -1155,7 +1155,7 @@ server.") ("python-rdflib" ,python-rdflib) ("python-rdflib-jsonld" ,python-rdflib-jsonld) ("python-requests" ,python-requests) - ("python-ruamel.yaml" ,python-ruamel.yaml) + ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("python-setuptools" ,python-setuptools) ("python-typing-extensions" ,python-typing-extensions))) (native-inputs |