me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-biogo-store-kdtree.

* gnu/packages/bioinformatics.scm (go-github-com-biogo-store-kdtree): New variable.
Ricardo Wurmus 2022-08-16 16:18:40 +02:00
parent a33ee9bd51
commit 5fae9e158d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 0 deletions

View File

@ -16481,3 +16481,15 @@ functions.")
"The @code{store} package provides a number of data store types that are
useful for bioinformatic analysis.")
(license license:bsd-3)))
(define-public go-github-com-biogo-store-kdtree
(package
(inherit go-github-com-biogo-store-interval)
(name "go-github-com-biogo-store-kdtree")
(arguments
'(#:import-path "github.com/biogo/store/kdtree"
#:unpack-path "github.com/biogo/store"))
(propagated-inputs
(list go-gopkg-in-check-v1
go-github-com-kr-pretty))
(synopsis "kdtree store type for biogo")))