aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorpjotrp2021-07-11 03:56:20 -0500
committerpjotrp2021-07-11 03:56:20 -0500
commite245ffdaf90c86a8b60c91919bc166edb205b2d9 (patch)
treeeec333de6770fe05477976cc28c8a9e711046d4c /gn/packages/genenetwork.scm
parent8f68bacd9224ab04bd0db253109b00fc6a54fa20 (diff)
downloadguix-bioinformatics-e245ffdaf90c86a8b60c91919bc166edb205b2d9.tar.gz
Added GNU parallel to genenetwork2
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
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)