GNU bug report logs - #77331
[PATCH] gnu: Remove variant-tools.

Previous Next

Package: guix-patches;

Reported by: Andreas Enge <andreas <at> enge.fr>

Date: Fri, 28 Mar 2025 09:55:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77331 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77331; Package guix-patches. (Fri, 28 Mar 2025 09:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Enge <andreas <at> enge.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 28 Mar 2025 09:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: guix-patches <at> gnu.org
Cc: rekado <at> elephly.net, Andreas Enge <andreas <at> enge.fr>
Subject: [PATCH] gnu: Remove variant-tools.
Date: Fri, 28 Mar 2025 10:52:48 +0100
* 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(-)

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"))

base-commit: decc863d46274ef53e5ef6b33e00070fd920a6a7
-- 
2.49.0





This bug report was last modified 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.