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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16592,3 +16592,16 @@ (define-public go-github-com-biogo-hts-cram
go-github-com-kortschak-utter)) go-github-com-kortschak-utter))
(synopsis "HTS CRAM module for biogo") (synopsis "HTS CRAM module for biogo")
(description "This package provides tools for handling CRAM files."))) (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.")))