guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add perl-bio-db-hts.


From: guix-commits
Subject: branch master updated: gnu: Add perl-bio-db-hts.
Date: Thu, 06 May 2021 12:58:08 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce7b202  gnu: Add perl-bio-db-hts.
ce7b202 is described below

commit ce7b202f9b157c173cb9c2ab8d7a4b2d4a17496a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 6 18:55:45 2021 +0200

    gnu: Add perl-bio-db-hts.
    
    * gnu/packages/bioinformatics.scm (perl-bio-db-hts): New variable.
---
 gnu/packages/bioinformatics.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index df317df..6061461 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1154,6 +1154,31 @@ converted to Alignment objects, and so on.  This means 
that the objects
 provide a coordinated and extensible framework to do computational biology.")
       (license license:perl-license))))
 
+(define-public perl-bio-db-hts
+  (package
+    (name "perl-bio-db-hts")
+    (version "3.01")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AV/AVULLO/Bio-DB-HTS-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0hjg0igfkpvh27zdkdr6pa7cqm9n6r7cwz0np74cl4wmawgvr9hj"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build)
+       ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("bioperl-minimal" ,bioperl-minimal)
+       ("htslib" ,htslib-1.9)))
+    (home-page "https://metacpan.org/release/Bio-DB-HTS";)
+    (synopsis "Perl interface to HTS library for DNA sequencing")
+    (description "This is a Perl interface to the HTS library for DNA
+sequencing.")
+    (license license:asl2.0)))
+
 (define-public python-biopython
   (package
     (name "python-biopython")



reply via email to

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