guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add python-bamnostic.


From: guix-commits
Subject: 01/02: gnu: Add python-bamnostic.
Date: Wed, 21 Dec 2022 18:19:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d07543b8862cecbbc6da69a1f3eda2eb605ccb2e
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Thu Dec 22 00:14:05 2022 +0100

    gnu: Add python-bamnostic.
    
    * gnu/packages/bioinformatics.scm (python-bamnostic): New variable.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/bioinformatics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d003822f30..f80f8b9842 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3670,6 +3670,25 @@ software to answer ad hoc questions.")
            go-golang-org-x-image
            go-golang-org-x-text))))
 
+(define-public python-bamnostic
+  (package
+    (name "python-bamnostic")
+    (version "1.1.8")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "bamnostic" version))
+              (sha256
+               (base32
+                "0cjpzyqz6r4lmiwry2gcxdczwpkhl3lyyjg4s8addln17691ysxk"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-pytest))
+    (home-page "https://github.com/betteridiot/bamnostic/";)
+    (synopsis "Tool for binary alignment map, random access and parsing")
+    (description
+     "Bamnostic is a pure Python @dfn{Binary Alignment Map} (BAM) file parser
+and random access tool.")
+    (license license:bsd-3)))
+
 (define-public exonerate
   (package
     (name "exonerate")



reply via email to

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