aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-10 14:26:48 -0500
committerFrederick Muriuki Muriithi2024-09-10 14:26:48 -0500
commit614b1fdeabea68e89704850f969b77db46ff5251 (patch)
tree6dd5aa8e00a6479858d446d3ea99f0c0b4b10045 /gn
parentab2ae88f2698cde22cae05c432f0f1ae0db7b070 (diff)
downloadguix-bioinformatics-614b1fdeabea68e89704850f969b77db46ff5251.tar.gz
Revert "(gn packages gemma-wrapper): Add new dependencies."
This reverts commit ab2ae88f2698cde22cae05c432f0f1ae0db7b070. At this point, running GEMMA will fail because it attempts to extract files into the /tmp directory, which leads to permission issues when there is an attempt to change the permission bits of /tmp.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/gemma.scm18
1 files changed, 1 insertions, 17 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index cac444d..22564ad 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -19,12 +19,6 @@
#:use-module (gnu packages parallel)
#:use-module (gnu packages perl)
#:use-module (gnu packages web)
- #:use-module (gnu packages vim)
- #:use-module (gnu packages time)
- #:use-module (gnu packages less)
- #:use-module (gnu packages libffi)
- #:use-module (gnu packages databases)
- #:use-module (gnu packages python-science)
#:use-module (gn packages shell)
#:use-module (srfi srfi-1))
@@ -128,17 +122,7 @@ genome-wide association studies (GWAS).")
("parallel" ,parallel) ;; gnu parallel
))
(propagated-inputs `(
- ("coreutils" ,coreutils) ;; gemma-wrapper uses 'cat'
- ("binutils" ,binutils)
- ("which" ,which)
- ("vim" ,vim)
- ("less" ,less)
- ("xz" ,xz)
- ("tar" ,tar)
- ("python-lmdb" ,python-lmdb)
- ("python-cffi" ,python-cffi)
- ("time" ,time)
- ("python-pandas" ,python-pandas)))
+ ("coreutils" ,coreutils))) ;; gemma-wrapper uses 'cat'
(arguments
`(#:tests? #f ;; from release 0.99.7 tests should run
#:phases