GNU bug report logs - #62989
[PATCH] gnu: Add python-rseqc.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 21 Apr 2023 10:30:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62989 in the body.
You can then email your comments to 62989 AT debbugs.gnu.org in the normal way.

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#62989; Package guix-patches. (Fri, 21 Apr 2023 10:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 21 Apr 2023 10:30:03 GMT) Full text and rfc822 format available.

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

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add python-rseqc.
Date: Fri, 21 Apr 2023 10:28:45 +0000
* 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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Sat, 05 Aug 2023 21:30:01 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Sat, 05 Aug 2023 21:30:02 GMT) Full text and rfc822 format available.

Message #10 received at 62989-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 62989-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-rseqc.
Date: Sat, 05 Aug 2023 23:27:23 +0200
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 03 Sep 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 207 days ago.

Previous Next


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