summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-bio-db-hts/package.py
blob: 704defc8359f62f8d3a1ee33229b11430ec4ad43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PerlBioDbHts(PerlPackage):
    """Bio::DB::HTS - This is a Perl interface to the HTS Library."""

    homepage = "https://metacpan.org/dist/Bio-DB-HTS"
    url = "https://cpan.metacpan.org/authors/id/A/AV/AVULLO/Bio-DB-HTS-3.01.tar.gz"

    version("3.01", sha256="12a6bc1f579513cac8b9167cce4e363655cc8eba26b7d9fe1170dfe95e044f42")

    depends_on("perl-module-build", type="build")
    depends_on("perl-bioperl")
    depends_on("htslib")