guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: Add go-github-com-biogo-store-kdtree.


From: guix-commits
Subject: 03/14: gnu: Add go-github-com-biogo-store-kdtree.
Date: Tue, 16 Aug 2022 12:20:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5fae9e158d26e133ff4ec8b224636a312fc3eff1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 16 16:18:40 2022 +0200

    gnu: Add go-github-com-biogo-store-kdtree.
    
    * gnu/packages/bioinformatics.scm (go-github-com-biogo-store-kdtree): New 
variable.
---
 gnu/packages/bioinformatics.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8d29f8d55c..aab17152dd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]