mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: snap-aligner: Limit to x86_64.
* gnu/packages/bioinformatics.scm (snap-aligner)[supported-systems]: Add note explaining why we build for x86_64 only.
This commit is contained in:
parent
f2b4c18cd9
commit
3e6fdd5f8a
1 changed files with 5 additions and 0 deletions
|
@ -4395,6 +4395,11 @@ (define-public snap-aligner
|
|||
"SNAP is a fast and accurate aligner for short DNA reads. It is
|
||||
optimized for modern read lengths of 100 bases or higher, and takes advantage
|
||||
of these reads to align data quickly through a hash-based indexing scheme.")
|
||||
;; 32-bit systems are not supported by the unpatched code.
|
||||
;; Following the bug reports https://github.com/amplab/snap/issues/68 and
|
||||
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812378 we see that
|
||||
;; systems without a lot of memory cannot make good use of this program.
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public sortmerna
|
||||
|
|
Loading…
Reference in a new issue