diff options
author | BonfaceKilz | 2020-06-16 20:12:17 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-06-16 20:12:17 +0300 |
commit | 9610df9308542a2680f0f932b4ac0e5dd38a087e (patch) | |
tree | 7dac33d513340a4d02f636eb8c2c016dd92efd83 /gn/packages | |
parent | 4af53b2735ec1440acd091a4916d876f901e5c71 (diff) | |
download | guix-bioinformatics-9610df9308542a2680f0f932b4ac0e5dd38a087e.tar.gz |
gn: add twint as a dependency to gn2
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c2d52e8..2ff2f50 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -32,6 +32,7 @@ #:use-module (gnu packages wget) #:use-module (gnu packages xml) #:use-module (gn packages bioinformatics) + #:use-module (gn packages twint) #:use-module (gn packages crates-io) #:use-module (gn packages elixir) #:use-module (gn packages gemma) @@ -316,6 +317,7 @@ implemented, light on server resource usage, and fairly speedy.") ; ("pylmm-gn2" ,pylmm-gn2) ("rust-qtlreaper" ,rust-qtlreaper) ("nginx" ,nginx) + ("python-twint" ,python-twint) ("python2-flask" ,python2-flask) ("python2-gunicorn-gn" ,python2-gunicorn-gn) ; ("python2-pillow" ,python2-pillow) - for later! |