diff options
| author | Spencer King <spencer.king@wustl.edu> | 2026-03-04 04:51:10 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-01 11:45:55 +0900 |
| commit | 150e54bcb384e5131d0b72ce69b49d423c18aa14 (patch) | |
| tree | 395180932716eaa553b88409722afb1f977083d0 /gnu/packages/bioinformatics.scm | |
| parent | 58968c5f2d221b4eeb985315e1f151626ea5083e (diff) | |
gnu: hisat2: Update to 2.2.2.
* gnu/packages/bioinformatics.scm (hisat2): Update to 2.2.2.
[arguments]<#:phases>{make-deterministic}: Set the hostname to guix.
[supported-systems]: Limit to x86_64-linux.
Merges: https://codeberg.org/guix/guix/pulls/6945
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3edfc0beb46..82273846b04 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -8647,7 +8647,7 @@ particular, reads spanning multiple exons.") | |||
| 8647 | (define-public hisat2 | 8647 | (define-public hisat2 |
| 8648 | (package | 8648 | (package |
| 8649 | (name "hisat2") | 8649 | (name "hisat2") |
| 8650 | (version "2.2.1") | 8650 | (version "2.2.2") |
| 8651 | (source | 8651 | (source |
| 8652 | (origin | 8652 | (origin |
| 8653 | (method git-fetch) | 8653 | (method git-fetch) |
| @@ -8657,7 +8657,7 @@ particular, reads spanning multiple exons.") | |||
| 8657 | (file-name (git-file-name name version)) | 8657 | (file-name (git-file-name name version)) |
| 8658 | (sha256 | 8658 | (sha256 |
| 8659 | (base32 | 8659 | (base32 |
| 8660 | "0lmzdhzjkvxw7n5w40pbv5fgzd4cz0f9pxczswn3d4cr0k10k754")))) | 8660 | "1q60a8r8vgnpyn1ivrw9yp89awbdwi85k8hisy8lyvdpgrxwxgji")))) |
| 8661 | (build-system gnu-build-system) | 8661 | (build-system gnu-build-system) |
| 8662 | (arguments | 8662 | (arguments |
| 8663 | `(#:tests? #f ; no check target | 8663 | `(#:tests? #f ; no check target |
| @@ -8670,6 +8670,7 @@ particular, reads spanning multiple exons.") | |||
| 8670 | (add-after 'unpack 'make-deterministic | 8670 | (add-after 'unpack 'make-deterministic |
| 8671 | (lambda _ | 8671 | (lambda _ |
| 8672 | (substitute* "Makefile" | 8672 | (substitute* "Makefile" |
| 8673 | (("`hostname`") "guix") | ||
| 8673 | (("`date`") "0")))) | 8674 | (("`date`") "0")))) |
| 8674 | (delete 'configure) | 8675 | (delete 'configure) |
| 8675 | (add-before 'build 'build-manual | 8676 | (add-before 'build 'build-manual |
| @@ -8691,6 +8692,10 @@ particular, reads spanning multiple exons.") | |||
| 8691 | (list perl pandoc)) ; for documentation | 8692 | (list perl pandoc)) ; for documentation |
| 8692 | (inputs | 8693 | (inputs |
| 8693 | `(("python" ,python-wrapper))) | 8694 | `(("python" ,python-wrapper))) |
| 8695 | ;; Non-portable instructions are used so building fails on other platforms | ||
| 8696 | ;; There is an open PR to address this issue: | ||
| 8697 | ;; https://github.com/DaehwanKimLab/hisat2/pull/251 | ||
| 8698 | (supported-systems '("x86_64-linux")) | ||
| 8694 | (home-page "https://daehwankimlab.github.io/hisat2/") | 8699 | (home-page "https://daehwankimlab.github.io/hisat2/") |
| 8695 | (synopsis "Graph-based alignment of genomic sequencing reads") | 8700 | (synopsis "Graph-based alignment of genomic sequencing reads") |
| 8696 | (description "HISAT2 is a fast and sensitive alignment program for mapping | 8701 | (description "HISAT2 is a fast and sensitive alignment program for mapping |
