mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-biogo-store-kdtree.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-store-kdtree): New variable.
This commit is contained in:
parent
a33ee9bd51
commit
5fae9e158d
1 changed files with 12 additions and 0 deletions
|
@ -16481,3 +16481,15 @@ functions.")
|
||||||
"The @code{store} package provides a number of data store types that are
|
"The @code{store} package provides a number of data store types that are
|
||||||
useful for bioinformatic analysis.")
|
useful for bioinformatic analysis.")
|
||||||
(license license:bsd-3)))
|
(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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue