From 65cb368fe12bd2604d6f36d5d50404ac58d08673 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 3 Apr 2024 05:11:41 -0500 Subject: genenetwork3-stable: modify files using R scripts --- gn/packages/genenetwork.scm | 4 ++-- 1 file 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 -- cgit v1.2.3