aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2022-01-22 22:41:32 -0600
committerpjotrp2022-01-22 22:41:32 -0600
commit8290fbd7f75e08ec4c26112c53673d43f5409382 (patch)
treee79ab25f550beae5269be2e898e8e065e4da1f4b /gn/packages/gemma.scm
parentebc0cd219ebaadf585ce9357b515b9b222d178bb (diff)
downloadguix-bioinformatics-8290fbd7f75e08ec4c26112c53673d43f5409382.tar.gz
gn: gemma-wrapper: added coreutils and note on testing
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index cd41efb..e73a40d 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -119,9 +119,11 @@ genome-wide association studies (GWAS).")
(inputs `(
("gemma-gn2" ,gemma-gn2)
("parallel" ,parallel) ;; gnu parallel
- ))
+ ))
+ (propagated-inputs `(
+ ("coreutils" ,coreutils))) ;; gemma-wrapper uses 'cat'
(arguments
- `(#:tests? #f
+ `(#:tests? #f ;; from release 0.99.7 tests should run
#:phases
(modify-phases %standard-phases
(add-before