From 6fd2ed23acdf6cb87bb701e4f8f121afcf3cb9f2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 7 Jan 2019 15:47:04 +0200 Subject: gnu: mantis: Limit to x86_64-linux. * gnu/packages/bioinformatics.scm (mantis)[supported-systems]: New field. --- gnu/packages/bioinformatics.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2a06a6e5ef..58ba2f05d6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015, 2016 Pjotr Prins ;;; Copyright © 2015 Andreas Enge ;;; Copyright © 2016 Roel Janssen -;;; Copyright © 2016, 2017, 2018 Efraim Flashner +;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2016, 2018 Raoul Bonnal ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice @@ -13316,6 +13316,8 @@ queries, small indexes, and exact results, i.e., no false positives or negatives. Furthermore, Mantis is also a colored de Bruijn graph representation, so it supports fast graph traversal and other topological analyses in addition to large-scale sequence-level searches.") + ;; uses __uint128_t and inline assembly + (supported-systems '("x86_64-linux")) (license license:bsd-3)))) (define-public r-diversitree -- cgit v1.2.3