mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: Add go-github-com-biogo-hts-bgzf.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bgzf): New variable.
This commit is contained in:
@@ -16565,3 +16565,15 @@ useful for bioinformatic analysis.")
|
||||
(list go-gopkg-in-check-v1))
|
||||
(synopsis "HTS Tabix module for biogo")
|
||||
(description "This package provides tools for handling Tabix files.")))
|
||||
|
||||
(define-public go-github-com-biogo-hts-bgzf
|
||||
(package
|
||||
(inherit go-github-com-biogo-hts-bam)
|
||||
(name "go-github-com-biogo-hts-bgzf")
|
||||
(arguments
|
||||
'(#:import-path "github.com/biogo/hts/bgzf"
|
||||
#:unpack-path "github.com/biogo/hts"))
|
||||
(propagated-inputs
|
||||
(list go-gopkg-in-check-v1))
|
||||
(synopsis "HTS bgzf module for biogo")
|
||||
(description "This package provides tools for handling bgzf files.")))
|
||||
|
||||
Reference in New Issue
Block a user