gnu: Add go-github-com-biogo-hts-fai.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-fai): New variable.
This commit is contained in:
parent
31e0ac6dcf
commit
2407416d0f
@ -16605,3 +16605,16 @@ useful for bioinformatic analysis.")
|
||||
(synopsis "Coordinate sorted indexing for biogo")
|
||||
(description "This package implements CSIv1 and CSIv2 coordinate sorted
|
||||
indexing.")))
|
||||
|
||||
(define-public go-github-com-biogo-hts-fai
|
||||
(package
|
||||
(inherit go-github-com-biogo-hts-bam)
|
||||
(name "go-github-com-biogo-hts-fai")
|
||||
(arguments
|
||||
'(#:import-path "github.com/biogo/hts/fai"
|
||||
#:unpack-path "github.com/biogo/hts"))
|
||||
(propagated-inputs
|
||||
(list go-gopkg-in-check-v1))
|
||||
(synopsis "Fasta sequence file index handling for biogo")
|
||||
(description "This package implements FAI fasta sequence file index
|
||||
handling.")))
|
||||
|
Loading…
Reference in New Issue
Block a user