guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add python-deeptoolsintervals.


From: guix-commits
Subject: 01/02: gnu: Add python-deeptoolsintervals.
Date: Mon, 27 Apr 2020 07:43:40 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit c43edf6f3012436aef8196a406bb407beda3e533
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Apr 27 13:39:25 2020 +0200

    gnu: Add python-deeptoolsintervals.
    
    * gnu/packages/bioinformatics.scm (python-deeptoolsintervals): New variable.
---
 gnu/packages/bioinformatics.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6c5b49e..cd401d9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2334,6 +2334,27 @@ file formats including SAM/BAM, Wiggle/BigWig, BED, 
GFF/GTF, VCF.")
 files.  The code was previously part of the cutadapt tool.")
     (license license:expat)))
 
+(define-public python-deeptoolsintervals
+  (package
+    (name "python-deeptoolsintervals")
+    (version "0.1.9")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "deeptoolsintervals" version))
+              (sha256
+               (base32
+                "1xnl80nblysj6dylj4683wgrfa425rkx4dp5k65hvwdns9pw753x"))))
+    (build-system python-build-system)
+    (inputs
+     `(("zlib" ,zlib)))
+    (home-page "https://github.com/deeptools/deeptools_intervals";)
+    (synopsis "Create GTF-based interval trees with associated meta-data")
+    (description
+     "This package provides a Python module creating/accessing GTF-based
+interval trees with associated meta-data.  It is primarily used by the
+@code{deeptools} package.")
+    (license license:expat)))
+
 (define-public cutadapt
   (package
     (name "cutadapt")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]