From 2324541bd0b2febda96eb0004ac3a7bef1fe9d56 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 19 Jul 2017 14:36:52 +0300 Subject: gnu: sortmerna: Limit support to x86_64 and i686 only. * gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field. --- gnu/packages/bioinformatics.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') 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 -- cgit v1.2.3