[bug#77331] gnu: Remove variant-tools.

Message ID d0779400ce7471efcd626ffd2210ff87d6febe9f.1743155568.git.andreas@enge.fr
State New
Headers
Series [bug#77331] gnu: Remove variant-tools. |

Commit Message

Andreas Enge March 28, 2025, 9:52 a.m. UTC
  * gnu/packages/bioinformatics.scm (variant-tools): Delete variable.

The package does not compile any more and has no dependent packages.
The last release dates from 2020; there is an additional commit in 2022;
the git repository has been archived in 2023.

Change-Id: Idb5df024121c5085f764f179d31ac67cff3fc5c7
---
Yet another package depending on hdf5, which I noticed does not compile
when I tried to update hdf5, but it already does not compile now.
There is a package r-varianttools in bioconductor, but I think they are
not related.

 gnu/packages/bioinformatics.scm | 37 ---------------------------------
 1 file changed, 37 deletions(-)


base-commit: decc863d46274ef53e5ef6b33e00070fd920a6a7
  

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 473e91bda9..8fd7789028 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15248,43 +15248,6 @@  (define-public multiqc
 common bioinformatics tools.")
     (license license:gpl3+)))
 
-(define-public variant-tools
-  (package
-    (name "variant-tools")
-    (version "3.1.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/vatlab/varianttools")
-             ;; There is no tag corresponding to version 3.1.2
-             (commit "813ae4a90d25b69abc8a40f4f70441fe09015249")))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "12ibdmksj7icyqhks4xyvd61bygk4pjmxn618kp6vgk1af01y34g"))))
-    (build-system python-build-system)
-    (inputs
-     (list boost
-           c-blosc
-           gsl
-           hdf5
-           hdf5-blosc
-           python-cython
-           zlib))
-    (propagated-inputs
-     (list python-numpy python-pycurl python-pyzmq python-scipy
-           python-tables))
-    (home-page "https://vatlab.github.io/vat-docs/")
-    (synopsis "Analyze genetic variants from Next-Gen sequencing studies")
-    (description
-     "Variant tools is a tool for the manipulation, annotation,
-selection, simulation, and analysis of variants in the context of next-gen
-sequencing analysis.  Unlike some other tools used for next-gen sequencing
-analysis, variant tools is project based and provides a whole set of tools to
-manipulate and analyze genetic variants.")
-    (license license:gpl3+)))
-
 (define-public r-chromvarmotifs
   (let ((commit "38bed559c1f4770b6c91c80bf3f8ea965da26076")
         (revision "1"))