mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python-bamnostic.
* gnu/packages/bioinformatics.scm (python-bamnostic): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
9e495087d2
commit
d07543b886
1 changed files with 19 additions and 0 deletions
|
@ -3670,6 +3670,25 @@ (define-public edirect-go-programs
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue