1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 08:05:54 +02:00

gnu: Add go-github-com-biogo-hts-csi.

* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-csi): New variable.
This commit is contained in:
Ricardo Wurmus
2022-08-16 16:50:01 +02:00
parent b4f389e1b9
commit 31e0ac6dcf
+13
View File
@@ -16592,3 +16592,16 @@ useful for bioinformatic analysis.")
go-github-com-kortschak-utter))
(synopsis "HTS CRAM module for biogo")
(description "This package provides tools for handling CRAM files.")))
(define-public go-github-com-biogo-hts-csi
(package
(inherit go-github-com-biogo-hts-bam)
(name "go-github-com-biogo-hts-csi")
(arguments
'(#:import-path "github.com/biogo/hts/csi"
#:unpack-path "github.com/biogo/hts"))
(propagated-inputs
(list go-gopkg-in-check-v1))
(synopsis "Coordinate sorted indexing for biogo")
(description "This package implements CSIv1 and CSIv2 coordinate sorted
indexing.")))