summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pinfsc50/package.py
blob: 2c0808598ccce232bb16ee1c4f4bb4a233eaa4b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2013-2024 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 RPinfsc50(RPackage):
    """Sequence ('FASTA'), Annotation ('GFF') and Variants ('VCF') for 17
    Samples of 'P. Infestans" and 1 'P. Mirabilis'.

    Genomic data for the plant pathogen "Phytophthora infestans." It includes a
    variant file ('VCF'), a sequence file ('FASTA') and an annotation file
    ('GFF'). This package is intended to be used as example data for packages
    that work with genomic data."""

    cran = "pinfsc50"

    maintainers("dorton21")

    license("GPL-2.0-or-later")

    version("1.2.0", sha256="ed1fe214b9261feef8abfbf724c2bd9070d68e99a6ea95208aff2c57bbef8794")

    depends_on("r@3.2.1:", type=("build", "run"))