Skip to content
Snippets Groups Projects
Unverified Commit d931a4bb authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: metabat: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field.
parent 4bfdf034
No related branches found
No related tags found
No related merge requests found
...@@ -3546,6 +3546,8 @@ (define-public metabat ...@@ -3546,6 +3546,8 @@ (define-public metabat
enables the study of individual organisms and their interactions. MetaBAT is enables the study of individual organisms and their interactions. MetaBAT is
an automated metagenome binning software, which integrates empirical an automated metagenome binning software, which integrates empirical
probabilistic distances of genome abundance and tetranucleotide frequency.") 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" (license (license:non-copyleft "file://license.txt"
"See license.txt in the distribution.")))) "See license.txt in the distribution."))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment