GNU bug report logs -
#62989
[PATCH] gnu: Add python-rseqc.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62989: [PATCH] gnu: Add python-rseqc.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62989 <at> debbugs.gnu.org.
--
62989: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62989
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I’m closing this because
1. we have a package for rseqc.
2. this is an unmaintained fork
3. IIRC it doesn’t actually work
--
Ricardo
[Message part 3 (message/rfc822, inline)]
* gnu/packages/bioinformatics.scm (python-rseqc): New variable.
---
gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b27e12a5b4..ecc1815539 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3060,6 +3060,30 @@ (define-public python-pysam
also includes an interface for tabix.")
(license license:expat)))
+(define-public python-rseqc
+ (package
+ (name "python-rseqc")
+ (version "5.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "RSeQC" version))
+ (sha256
+ (base32
+ "106av4ms6agrfjdlw5j3fsrk86clr0f4ygysv19g66l6hj3laz9w"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-bx-python python-numpy python-pybigwig
+ python-pysam))
+ (native-inputs (list python-cython python-nose))
+ (home-page "https://github.com/MonashBioinformaticsPlatform/RSeQC")
+ (synopsis "RNA-seq quality control packag")
+ (description
+ "Useful modules that can comprehensively evaluate high throughput sequence data.
+Some basic modules quickly inspect sequence, quality, nucleotide composition bias,
+PCR bias and GC bias, while RNA-seq specific modules evaluate sequencing saturation,
+mapped reads distribution, coverage uniformity, strand specificity, transcript level
+RNA integrity and etc.")
+ (license license:gpl3)))
+
(define-public python-twobitreader
(package
(name "python-twobitreader")
--
2.34.1
This bug report was last modified 1 year and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.