diff options
author | pjotrp | 2021-07-11 03:56:20 -0500 |
---|---|---|
committer | pjotrp | 2021-07-11 03:56:20 -0500 |
commit | e245ffdaf90c86a8b60c91919bc166edb205b2d9 (patch) | |
tree | eec333de6770fe05477976cc28c8a9e711046d4c /gn/packages/genenetwork.scm | |
parent | 8f68bacd9224ab04bd0db253109b00fc6a54fa20 (diff) | |
download | guix-bioinformatics-e245ffdaf90c86a8b60c91919bc166edb205b2d9.tar.gz |
Added GNU parallel to genenetwork2
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) |