[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 016/602] gnu: Remove grit.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 016/602] gnu: Remove grit. |
Date: |
Sun, 15 May 2022 00:36:43 -0400 |
* gnu/packages/bioinformatics.scm (grit): Delete variable.
---
gnu/packages/bioinformatics.scm | 42 ---------------------------------
1 file changed, 42 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6037a100aa..c754cdb176 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4024,48 +4024,6 @@ (define-public gemma
genome-wide association studies}.")
(license license:gpl3)))
-(define-public grit
- (package
- (name "grit")
- (version "2.0.5")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/nboley/grit")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l5v8vfvfbrpmgnrvbrbv40d0arhxcnmxgv2f1mlcqfa3q6bkqm9"))))
- (build-system python-build-system)
- (arguments
- `(#:python ,python-2
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'generate-from-cython-sources
- (lambda* (#:key inputs outputs #:allow-other-keys)
- ;; Delete these C files to force fresh generation from pyx
sources.
- (delete-file "grit/sparsify_support_fns.c")
- (delete-file "grit/call_peaks_support_fns.c")
- (substitute* "setup.py"
- (("Cython.Setup") "Cython.Build"))
- #t)))))
- (inputs
- (list python2-scipy python2-numpy python2-pysam python2-networkx))
- (native-inputs
- (list python2-cython))
- ;; The canonical <http://grit-bio.org> home page times out as of
2020-01-21.
- (home-page "https://github.com/nboley/grit")
- (synopsis "Tool for integrative analysis of RNA-seq type assays")
- (description
- "GRIT is designed to use RNA-seq, TES, and TSS data to build and quantify
-full length transcript models. When none of these data sources are available,
-GRIT can be run by providing a candidate set of TES or TSS sites. In
-addition, GRIT can merge in reference junctions and gene boundaries. GRIT can
-also be run in quantification mode, where it uses a provided GTF file and just
-estimates transcript expression.")
- (license license:gpl3+)))
-
(define-public hisat
(package
(name "hisat")
--
2.36.0
- [bug#55424] [PATCH 047/602] gnu: Remove domainfinder., (continued)
- [bug#55424] [PATCH 047/602] gnu: Remove domainfinder., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 087/602] gnu: dot2tex: Update to 2.11.3., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 095/602] gnu: getmail: Deprecate with getmail6., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 094/602] gnu: Remove python2-autograd., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 042/602] gnu: Remove python2-discover., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 054/602] gnu: Remove python2-apsw., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 051/602] gnu: Remove python2-trollius-redis., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 046/602] gnu: Remove python2-nose-randomly., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 067/602] gnu: Remove python2-parameterized., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 024/602] gnu: Remove python2-dendropy., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 016/602] gnu: Remove grit.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 014/602] gnu: Remove python2-pyaudio., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 035/602] gnu: Remove python2-testlib., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 098/602] gnu: Remove python2-pyechonest., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 012/602] gnu: Remove raul., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 015/602] gnu: Remove python2-fastalite., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 022/602] gnu: Remove python2-pybedtools., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 038/602] gnu: Remove python2-python-paramunittest., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 040/602] gnu: Remove python2-minimock., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 048/602] gnu: Remove nmoldyn., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 055/602] gnu: Remove python2-py2neo., Maxim Cournoyer, 2022/05/15