about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/genenetwork.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index af0fea3..5bd4c71 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -368,8 +368,13 @@
                (lambda _
                  (begin
                   (mkdir (string-append #$output "scripts"))
-                  (install-file "scripts/rqtl_wrapper.R"
-                    (string-append #$output "/scripts"))))))))
+                  (for-each (lambda (fn) 
+                    (install-file fn
+                      (string-append #$output "/scripts")))
+                      '("scripts/rqtl_wrapper.R"
+                        "scripts/ctl_analysis.R"
+                        "scripts/wgcna_analysis.R"
+                        ))))))))
 
      (source
       (git-checkout