diff options
author | Frederick Muriuki Muriithi | 2025-10-14 12:29:13 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-10-14 12:29:13 -0500 |
commit | 3e990b1cbaf906344bcc6449d0837f04cba2a8c1 (patch) | |
tree | 79f6b0f818736d350c0cbfc3068dafa412ad68eb /gn/packages | |
parent | a694933b89db3e3c118e6f4c5afe88a78b66b955 (diff) | |
download | guix-bioinformatics-3e990b1cbaf906344bcc6449d0837f04cba2a8c1.tar.gz |
Remove phase: bin/genenetwork2 script no longer exists.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c1715fa..acb12f8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -379,21 +379,6 @@ storage.") (("\\./gn2/wqflask/static/gif/error") (string-append (site-packages inputs outputs) "/gn2/wqflask/static/gif/error"))))) - (add-after 'unpack 'fix-paths-scripts - (lambda _ - (substitute* "bin/genenetwork2" - (("/usr/bin/env") (which "env")) - (("python ") (string-append (which "python3") " ")) - (("readlink") (which "readlink")) - (("dirname") (which "dirname")) - (("basename") (which "basename")) - (("cat") (which "cat")) - (("echo") (which "echo")) - (("redis-server") (which "redis-server")) - (("git") (which "git")) - (("grep") (which "grep")) - (("rm") (which "rm")) - (("which") (which "which"))))) (add-before 'install 'fix-paths (lambda* (#:key inputs #:allow-other-keys) (let* ((plink2cmd (string-append (assoc-ref inputs "plink-ng-gn") "/bin/plink2")) |