[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/31: gnu: grocsvs: Remove package.
From: |
guix-commits |
Subject: |
31/31: gnu: grocsvs: Remove package. |
Date: |
Fri, 29 Jan 2021 11:00:02 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 23a5dcce1d893b8f5c5301ae3c1af863776ed3cf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 29 10:53:45 2021 -0500
gnu: grocsvs: Remove package.
This package depends on Python 2 and doesn't build anymore. Upstream
doesn't
seem active, but if they ever port it to Python 3, they should let people
know
here: https://github.com/grocsvs/grocsvs/issues/6.
* gnu/packages/bioinformatics.scm (grocsvs): Delete.
---
gnu/packages/bioinformatics.scm | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 161767c..5b14e76 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15607,44 +15607,3 @@ biological processes. SBML is useful for models of
metabolism, cell
signaling, and more. It continues to be evolved and expanded by an
international community.")
(license license:lgpl2.1+)))
-
-(define-public grocsvs
- ;; The last release is out of date and new features have been added.
- (let ((commit "ecd956a65093a0b2c41849050e4512d46fecea5d")
- (revision "1"))
- (package
- (name "grocsvs")
- (version (git-version "0.2.6.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/grocsvs/grocsvs")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
"14505725gr7qxc17cxxf0k6lzcwmgi64pija4mwf29aw70qn35cc"))
- (patches (search-patches "grocsvs-dont-use-admiral.patch"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ; No test suite.
- #:python ,python-2)) ; Only python-2 supported.
- (inputs
- `(("python2-h5py" ,python2-h5py)
- ("python2-ipython-cluster-helper" ,python2-ipython-cluster-helper)
- ("python2-networkx" ,python2-networkx)
- ("python2-psutil" ,python2-psutil)
- ("python2-pandas" ,python2-pandas)
- ("python2-pybedtools" ,python2-pybedtools)
- ("python2-pyfaidx" ,python2-pyfaidx)
- ("python2-pygraphviz" ,python2-pygraphviz)
- ("python2-pysam" ,python2-pysam)
- ("python2-scipy" ,python2-scipy)))
- (home-page "https://github.com/grocsvs/grocsvs")
- (synopsis "Genome-wide reconstruction of complex structural variants")
- (description
- "@dfn{Genome-wide Reconstruction of Complex Structural Variants}
-(GROC-SVs) is a software pipeline for identifying large-scale structural
-variants, performing sequence assembly at the breakpoints, and reconstructing
-the complex structural variants using the long-fragment information from the
-10x Genomics platform.")
- (license license:expat))))
- 13/31: gnu: python2-fasteners: Remove package., (continued)
- 13/31: gnu: python2-fasteners: Remove package., guix-commits, 2021/01/29
- 21/31: gnu: python2-tox: Remove package., guix-commits, 2021/01/29
- 18/31: gnu: python2-requests-oauthlib: Remove package., guix-commits, 2021/01/29
- 15/31: gnu: python2-debtcollector: Remove package., guix-commits, 2021/01/29
- 17/31: gnu: python2-git-review: Remove package., guix-commits, 2021/01/29
- 20/31: gnu: python2-pathpy: Remove package., guix-commits, 2021/01/29
- 25/31: gnu: python2-testscenarios: Remove package., guix-commits, 2021/01/29
- 27/31: gnu: python2-fixtures: Remove package., guix-commits, 2021/01/29
- 29/31: gnu: python2-virtualenv: Remove package., guix-commits, 2021/01/29
- 30/31: gnu: syncthing-gtk: Switch source to use Debian's Python 3 port., guix-commits, 2021/01/29
- 31/31: gnu: grocsvs: Remove package.,
guix-commits <=