updating samtools to 1.13 (#26019)

This commit is contained in:
Vanessasaurus 2021-09-18 04:16:51 -06:00 committed by GitHub
parent f0443d0327
commit d5c985b888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,9 @@ class Samtools(Package):
alignments in a per-position format"""
homepage = "https://www.htslib.org"
url = "https://github.com/samtools/samtools/releases/download/1.3.1/samtools-1.3.1.tar.bz2"
url = "https://github.com/samtools/samtools/releases/download/1.13/samtools-1.13.tar.bz2"
version('1.13', sha256='616ca2e051cc8009a1e9c01cfd8c7caf8b70916ddff66f3b76914079465f8c60')
version('1.12', sha256='6da3770563b1c545ca8bdf78cf535e6d1753d6383983c7929245d5dba2902dcb')
version('1.10', sha256='7b9ec5f05d61ec17bd9a82927e45d8ef37f813f79eb03fe06c88377f1bd03585')
version('1.9', sha256='083f688d7070082411c72c27372104ed472ed7a620591d06f928e653ebc23482')