mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05: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:
parent
bb162a5103
commit
e9bec5bd40
1 changed files with 12 additions and 0 deletions
|
@ -16565,3 +16565,15 @@ (define-public go-github-com-biogo-hts-tabix
|
|||
(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.")))
|
||||
|
|
Loading…
Reference in a new issue