aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-04-03 05:11:41 -0500
committerPjotr Prins2024-04-03 05:11:41 -0500
commit65cb368fe12bd2604d6f36d5d50404ac58d08673 (patch)
treec84cc987a820c50cd4a5a04267fecaba95c8056e
parent31e8932290d54ac8710fb3a496fa083ad640d39c (diff)
downloadguix-bioinformatics-65cb368fe12bd2604d6f36d5d50404ac58d08673.tar.gz
genenetwork3-stable: modify files using R scripts
-rw-r--r--gn/packages/genenetwork.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 5bd4c71..4ceac43 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -362,8 +362,8 @@
(add-before 'build 'update-paths
(lambda _
(substitute* "gn3/api/rqtl.py"
- (("scripts/rqtl_wrapper.R)")
- (string-append #$output "/scripts/rqtl_wrapper.R")))))
+ (("scripts/")
+ (string-append #$output "/scripts/")))))
(add-before 'install 'install-scripts
(lambda _
(begin