diff options
author | pjotrp | 2022-01-22 22:41:32 -0600 |
---|---|---|
committer | pjotrp | 2022-01-22 22:41:32 -0600 |
commit | 8290fbd7f75e08ec4c26112c53673d43f5409382 (patch) | |
tree | e79ab25f550beae5269be2e898e8e065e4da1f4b | |
parent | ebc0cd219ebaadf585ce9357b515b9b222d178bb (diff) | |
download | guix-bioinformatics-8290fbd7f75e08ec4c26112c53673d43f5409382.tar.gz |
gn: gemma-wrapper: added coreutils and note on testing
-rw-r--r-- | gn/packages/gemma.scm | 6 |
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 |