gnu: Add go-github-com-biogo-store-llrb.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-store-llrb): New variable.
This commit is contained in:
parent
5fae9e158d
commit
c42745ba39
1 changed files with 12 additions and 0 deletions
|
@ -16493,3 +16493,15 @@ useful for bioinformatic analysis.")
|
||||||
(list go-gopkg-in-check-v1
|
(list go-gopkg-in-check-v1
|
||||||
go-github-com-kr-pretty))
|
go-github-com-kr-pretty))
|
||||||
(synopsis "kdtree store type for biogo")))
|
(synopsis "kdtree store type for biogo")))
|
||||||
|
|
||||||
|
(define-public go-github-com-biogo-store-llrb
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-biogo-store-interval)
|
||||||
|
(name "go-github-com-biogo-store-llrb")
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/biogo/store/llrb"
|
||||||
|
#:unpack-path "github.com/biogo/store"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-gopkg-in-check-v1
|
||||||
|
go-github-com-kr-pretty))
|
||||||
|
(synopsis "LLRB store for biogo")))
|
||||||
|
|
Reference in a new issue