[bug#77287,v2,4/8] gnu: Remove variant-tools.

Message ID 7e352f0d38c546703ababed978329d754df2eeaf.1743240092.git.andreas@enge.fr
State New
Headers
Series Update default hdf5 to 1.14 |

Commit Message

Andreas Enge March 29, 2025, 9:21 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
---
 gnu/packages/bioinformatics.scm | 37 ---------------------------------
 1 file changed, 37 deletions(-)
  

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0825fbb6ef..e8b585e495 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"))