mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add python-strawc.
* gnu/packages/bioinformatics.scm (python-strawc): New variable.
This commit is contained in:
parent
17c765e2e1
commit
db13eb962f
1 changed files with 22 additions and 0 deletions
|
@ -14773,6 +14773,28 @@ (define-public nanosv
|
|||
instruments, or Pacific Biosciences RSII or Sequel sequencers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-strawc
|
||||
(package
|
||||
(name "python-strawc")
|
||||
(version "0.0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "strawC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z1gy8n56lhriy6hdkh9r82ndikndipq2cy2wh8q185qig4rimr6"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("pybind11" ,pybind11)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://github.com/aidenlab/straw")
|
||||
(synopsis "Stream data from .hic files")
|
||||
(description "Straw is library which allows rapid streaming of contact
|
||||
data from @file{.hic} files. This package provides Python bindings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-ascat
|
||||
(package
|
||||
(name "r-ascat")
|
||||
|
|
Loading…
Reference in a new issue