summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-04-13 12:34:42 +0200
committerAndreas Enge <andreas@enge.fr>2026-04-13 12:34:44 +0200
commit8d0df614e1b50e0ecd73dd8e47cc9fbca9722486 (patch)
tree871957834b828db6a18887ab262c93f733ad6c3e /gnu
parent91b71c2b5f8c6736afefa46d34dfa5f4f53a4e7b (diff)
gnu: Remove mantis.
* gnu/packages/bioinformatics.scm (mantis): Delete variable. Fixes: guix/guix#7055 Change-Id: I4655b0dc2b9de2b3cb5924538d562539454d5240
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm38
1 files changed, 0 insertions, 38 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3db10049496..70b2a3a46d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -18335,44 +18335,6 @@ following the assay and produces a file detailing peaks of significant
18335enrichment.") 18335enrichment.")
18336 (license license:expat))) 18336 (license license:expat)))
18337 18337
18338(define-public mantis
18339 ;; This is an arbitrary commit as a year has passed since 0.1 was tagged.
18340 (let ((commit "b6979a269172a45201c8366680d8b889f889432b")
18341 (revision "2"))
18342 (package
18343 (name "mantis")
18344 (version (git-version "0.1" revision commit))
18345 (source (origin
18346 (method git-fetch)
18347 (uri (git-reference
18348 (url "https://github.com/splatlab/mantis")
18349 (commit commit)))
18350 (file-name (git-file-name name version))
18351 (sha256
18352 (base32
18353 "0dq8a785hnaxx5kq757m5czs8xpcjpcph1inq2nm8h6zfvqyj8xs"))))
18354 (build-system cmake-build-system)
18355 (arguments
18356 '(#:tests? #f ; there are none
18357 #:configure-flags (list "-DNH=ON"))) ; do not use SSE4.2 instructions
18358 (inputs
18359 (list sdsl-lite openssl zlib))
18360 (native-inputs
18361 (list gcc-7))
18362 (home-page "https://github.com/splatlab/mantis")
18363 (synopsis "Large-scale sequence-search index data structure")
18364 (description "Mantis is a space-efficient data structure that can be
18365used to index thousands of raw-read genomics experiments and facilitate
18366large-scale sequence searches on those experiments. Mantis uses counting
18367quotient filters instead of Bloom filters, enabling rapid index builds and
18368queries, small indexes, and exact results, i.e., no false positives or
18369negatives. Furthermore, Mantis is also a colored de Bruijn graph
18370representation, so it supports fast graph traversal and other topological
18371analyses in addition to large-scale sequence-level searches.")
18372 ;; uses __uint128_t and inline assembly
18373 (supported-systems '("x86_64-linux"))
18374 (license license:bsd-3))))
18375
18376(define-public sjcount 18338(define-public sjcount
18377 ;; There is no tag for version 3.2, nor is there a release archive. 18339 ;; There is no tag for version 3.2, nor is there a release archive.
18378 (let ((commit "292d3917cadb3f6834c81e509c30e61cd7ead6e5") 18340 (let ((commit "292d3917cadb3f6834c81e509c30e61cd7ead6e5")