diff options
author | Pjotr Prins | 2024-04-03 05:11:41 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-03 05:11:41 -0500 |
commit | 65cb368fe12bd2604d6f36d5d50404ac58d08673 (patch) | |
tree | c84cc987a820c50cd4a5a04267fecaba95c8056e /gn/packages/genenetwork.scm | |
parent | 31e8932290d54ac8710fb3a496fa083ad640d39c (diff) | |
download | guix-bioinformatics-65cb368fe12bd2604d6f36d5d50404ac58d08673.tar.gz |
genenetwork3-stable: modify files using R scripts
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
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 |