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 /gn/packages/bioinformatics.scm | |
parent | 793f831f84ab67081e57bc8ec58d9927c019feb5 (diff) | |
download | guix-bioinformatics-82d0489ced74e7596ff711af1030f8a4ae257038.tar.gz |
gn: Prepare bh20-seq-resource for service
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 5 |
1 files changed, 4 insertions, 1 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) |