[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: Add htslib-1.10.
From: |
guix-commits |
Subject: |
02/12: gnu: Add htslib-1.10. |
Date: |
Thu, 22 Jul 2021 04:51:55 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit cc4906d13b3749c4caff6ec8034bdaf2c7ff7da2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 22 10:50:58 2021 +0300
gnu: Add htslib-1.10.
* gnu/packages/bioinformatics.scm (htslib-1.10): 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 9bbb164..0b19b02 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4652,6 +4652,19 @@ data. It also provides the @command{bgzip},
@command{htsfile}, and
;; the rest is released under the Expat license
(license (list license:expat license:bsd-3))))
+(define-public htslib-1.10
+ (package (inherit htslib)
+ (name "htslib")
+ (version "1.10")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/samtools/htslib/releases/download/"
+ version "/htslib-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0wm9ay7qgypj3mwx9zl1mrpnr36298b1aj5vx69l4k7bzbclvr3s"))))))
+
(define-public htslib-1.9
(package (inherit htslib)
(name "htslib")
- branch master updated (55db762 -> 4c63efa), guix-commits, 2021/07/22
- 05/12: gnu: python-abjad: Rename to abjad., guix-commits, 2021/07/22
- 11/12: gnu: Add abjad-ext-nauert., guix-commits, 2021/07/22
- 08/12: gnu: abjad: Move lilypond to inputs., guix-commits, 2021/07/22
- 12/12: gnu: Add abjad-ext-ipython., guix-commits, 2021/07/22
- 01/12: gnu: python-biopython: Update to 1.73., guix-commits, 2021/07/22
- 02/12: gnu: Add htslib-1.10.,
guix-commits <=
- 03/12: gnu: python-pysam: Update to 0.16.0.1., guix-commits, 2021/07/22
- 10/12: gnu: Add abjad-ext-rmakers., guix-commits, 2021/07/22
- 09/12: gnu: abjad: Remove obsolete phase., guix-commits, 2021/07/22
- 07/12: gnu: abjad: Improve description., guix-commits, 2021/07/22
- 04/12: gnu: python-pysam: Make the check phase honor the tests? argument., guix-commits, 2021/07/22
- 06/12: gnu: abjad: Move python-ply to propagated-inputs., guix-commits, 2021/07/22