diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 22d0392..3891f50 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -25,6 +25,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages ghostscript) #:use-module (gnu packages graphviz) + #:use-module (gnu packages parallel) #:use-module (gnu packages python) #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) @@ -485,6 +486,7 @@ Graphical Fragment Assembly} files and related formats.") (string=? "python" name)))) inputs))) ("genenetwork3" ,genenetwork3) + ("parallel" ,parallel) ;; GNU parallel ("python" ,python-wrapper) ("python-pillow" ,python-pillow) ("python-coverage" ,python-coverage) |