me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-biogo-hts-bgzf.

* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bgzf): New variable.
Ricardo Wurmus 2022-08-16 16:28:33 +02:00
parent bb162a5103
commit e9bec5bd40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 0 deletions

View File

@ -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.")))