aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-04-03 05:08:35 -0500
committerPjotr Prins2024-04-03 05:08:35 -0500
commit31e8932290d54ac8710fb3a496fa083ad640d39c (patch)
tree3bf01f5de40ab94d125291307d7afc02c26ac571
parentfe1e3e87f25c34267c25e1cca1b6063660fb9236 (diff)
downloadguix-bioinformatics-31e8932290d54ac8710fb3a496fa083ad640d39c.tar.gz
genenetwork3-stable: copy other R scripts into destination
-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