diff options
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) |