mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: star: Restrict supported systems to 64-bit systems.
* gnu/packages/bioinformatics.scm (star)[supported-systems]: Restrict to x86_64-linux and mips64el-linux.
This commit is contained in:
parent
71ca053928
commit
c11f79a49e
1 changed files with 2 additions and 0 deletions
|
@ -3863,6 +3863,8 @@ (define-public star
|
||||||
detection of canonical junctions, STAR can discover non-canonical splices and
|
detection of canonical junctions, STAR can discover non-canonical splices and
|
||||||
chimeric (fusion) transcripts, and is also capable of mapping full-length RNA
|
chimeric (fusion) transcripts, and is also capable of mapping full-length RNA
|
||||||
sequences.")
|
sequences.")
|
||||||
|
;; Only 64-bit systems are supported according to the README.
|
||||||
|
(supported-systems '("x86_64-linux" "mips64el-linux"))
|
||||||
;; STAR is licensed under GPLv3 or later; htslib is MIT-licensed.
|
;; STAR is licensed under GPLv3 or later; htslib is MIT-licensed.
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue