all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 62989@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#62989] [PATCH] gnu: Add python-rseqc.
Date: Fri, 21 Apr 2023 10:28:45 +0000	[thread overview]
Message-ID: <20230421102845.46529-1-navid.afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2023-04-21 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21 10:28 Navid Afkhami [this message]
2023-08-05 21:27 ` bug#62989: [PATCH] gnu: Add python-rseqc Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230421102845.46529-1-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=62989@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.