diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-07-19 14:36:52 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-07-19 14:37:47 +0300 |
commit | 2324541bd0b2febda96eb0004ac3a7bef1fe9d56 (patch) | |
tree | 687f0773a0b0ee1cfbe593b3d7d77e2b6af3af40 /gnu | |
parent | a388c951ddb9fb0d30a6c8ea24fed035247baecb (diff) |
gnu: sortmerna: Limit support to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9acd5454b3..734bf31670 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 allows for fast and sensitive analyses of nucleotide sequences. The main 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))) (define-public star |