From 6303fe046b944a380704eb02144cca777fee689b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 3 Apr 2024 06:14:59 -0500 Subject: genenetwork3-stable: modify files that use R scripts --- gn/packages/genenetwork.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gn') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 4ceac43..c404c53 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -348,7 +348,7 @@ (license license:agpl3+)))) (define-public genenetwork3-stable - (let ((commit "8414f1d74f6b09205d3cfd09240c787323474626") + (let ((commit "d8203aaa523895fd8b1ff6cc124f2e8a53932a07") (revision "1")) (package (inherit genenetwork3) @@ -361,9 +361,14 @@ #~(modify-phases %standard-phases (add-before 'build 'update-paths (lambda _ - (substitute* "gn3/api/rqtl.py" + (for-each (lambda (fn) + (substitute* (string-append "gn3/" fn) (("scripts/") - (string-append #$output "/scripts/"))))) + (string-append #$output "/scripts/")))) + '("api/rqtl.py" + "computations/wgcna.py" + "computations/ctl.py" + "api/general.py")))) (add-before 'install 'install-scripts (lambda _ (begin -- cgit v1.2.3