about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2016-02-17 17:55:59 +0100
committerpjotrp2016-02-17 17:55:59 +0100
commita2f82c1dd3dc250dc457ab6d1945e06c0b229308 (patch)
tree406d7c292f46c0a825e54ed780cee9910e7ffcae
parentd39fc4892dcc75a581ded476bf8bd2181348f159 (diff)
downloadguix-bioinformatics-a2f82c1dd3dc250dc457ab6d1945e06c0b229308.tar.gz
gn2
-rw-r--r--gn/packages/bioinformatics.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 1aee0ef..f497de6 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -373,11 +373,10 @@ association studies (GWAS).")
              (sha256
               (base32
                "09hvy9mf4dnmkb8qg49viffzrxk53m2kr4r955m84dxaa5pdrjhd"))))
-    (propagated-inputs `(
+    (propagated-inputs `(  ;; propagated for development purposes
               ("python" ,python-2) ;; probably superfluous
-              ("r" ,r) 
-    ))
-    (inputs `(
+              ("r" ,r)
+              ("redis" ,redis)
               ("mysql" ,mysql)
               ("gemma" ,gemma-git)
               ("plink2" ,plink-ng)
@@ -403,7 +402,7 @@ association studies (GWAS).")
               ("python2-scipy" ,python2-scipy)
               ("python2-simplejson" ,python2-simplejson)
               ("python2-pyyaml" ,python2-pyyaml)
-              ("python-xlsxwriter" ,python-xlsxwriter)
+              ("python2-xlsxwriter" ,python2-xlsxwriter)
               ;; python-yolk is not needed
               ("plink" ,plink) 
               ("qtlreaper" ,qtlreaper)