gnu: metabat: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2017-08-01 17:24:56 +03:00
parent 4bfdf034e2
commit d931a4bbeb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3546,6 +3546,8 @@ (define-public metabat
enables the study of individual organisms and their interactions. MetaBAT is
an automated metagenome binning software, which integrates empirical
probabilistic distances of genome abundance and tetranucleotide frequency.")
;; The source code contains inline assembly.
(supported-systems '("x86_64-linux" "i686-linux"))
(license (license:non-copyleft "file://license.txt"
"See license.txt in the distribution."))))