diff options
author | pjotrp | 2020-05-14 07:36:15 -0500 |
---|---|---|
committer | pjotrp | 2020-05-14 07:36:15 -0500 |
commit | afd4909f28f52a68442d54b8f249897e7151f9f5 (patch) | |
tree | 05c6a90d9b66161823d0cc67864a3d34dc30638f | |
parent | 7f3b704af5532ba796dc69cc29f73534a8f2a915 (diff) | |
download | guix-bioinformatics-afd4909f28f52a68442d54b8f249897e7151f9f5.tar.gz |
bh20-seq-resource: add inputs
-rw-r--r-- | gn/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 0c187ce..71c8c58 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1240,6 +1240,9 @@ runApp(launch.browser=0, port=4206)~%\n" ("python-flask" ,python-flask) ("python-magic" ,python-magic) ("python-pyyaml" ,python-pyyaml) + ("python-pycurl" ,python-pycurl) + ("python-pyshex" ,python-pyshex) + ("clustalw" ,clustalw) ("python-schema-salad" ,python-schema-salad))) (native-inputs `(("git" ,(@ (gnu packages version-control) git)) |