From e245ffdaf90c86a8b60c91919bc166edb205b2d9 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sun, 11 Jul 2021 03:56:20 -0500 Subject: Added GNU parallel to genenetwork2 --- gn/packages/genenetwork.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/packages/genenetwork.scm') 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) -- cgit v1.2.3