gnu: sortmerna: Limit support to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field.
This commit is contained in:
parent
a388c951dd
commit
2324541bd0
|
@ -5318,6 +5318,8 @@ and operational taxonomic unit (OTU) picking of next generation
|
||||||
sequencing (NGS) reads. The core algorithm is based on approximate seeds and
|
sequencing (NGS) reads. The core algorithm is based on approximate seeds and
|
||||||
allows for fast and sensitive analyses of nucleotide sequences. The main
|
allows for fast and sensitive analyses of nucleotide sequences. The main
|
||||||
application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
|
application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
|
||||||
|
;; The source includes x86 specific code
|
||||||
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public star
|
(define-public star
|
||||||
|
|
Loading…
Reference in New Issue