guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: Add go-github-com-biogo-hts-fai.


From: guix-commits
Subject: 13/14: gnu: Add go-github-com-biogo-hts-fai.
Date: Tue, 16 Aug 2022 12:20:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2407416d0fd430beb72b6a2ca2a59aa15ab00d9e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 16 16:50:16 2022 +0200

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3b3266f96a..d34be4cb6b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16605,3 +16605,16 @@ useful for bioinformatic analysis.")
     (synopsis "Coordinate sorted indexing for biogo")
     (description "This package implements CSIv1 and CSIv2 coordinate sorted
 indexing.")))
+
+(define-public go-github-com-biogo-hts-fai
+  (package
+    (inherit go-github-com-biogo-hts-bam)
+    (name "go-github-com-biogo-hts-fai")
+    (arguments
+     '(#:import-path "github.com/biogo/hts/fai"
+       #:unpack-path "github.com/biogo/hts"))
+    (propagated-inputs
+     (list go-gopkg-in-check-v1))
+    (synopsis "Fasta sequence file index handling for biogo")
+    (description "This package implements FAI fasta sequence file index
+handling.")))



reply via email to

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