diff options
Diffstat (limited to 'gn')
-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! |