summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDesmond Orton <odesmond21@gmail.com>2021-03-24 19:57:59 -0500
committerGitHub <noreply@github.com>2021-03-24 19:57:59 -0500
commit0105a83d6fed499e9b60bd8501a8d2c4363d05b8 (patch)
tree6f03ee9e8567df7c95e085ea41dfad71cf98954c /var
parent9c91aeffa8ee0e514c6ef02fd4e2c9b1d96e94ce (diff)
downloadspack-0105a83d6fed499e9b60bd8501a8d2c4363d05b8.tar.gz
spack-0105a83d6fed499e9b60bd8501a8d2c4363d05b8.tar.bz2
spack-0105a83d6fed499e9b60bd8501a8d2c4363d05b8.tar.xz
spack-0105a83d6fed499e9b60bd8501a8d2c4363d05b8.zip
New R package pinfsc50 (#22493)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-pinfsc50/package.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-pinfsc50/package.py b/var/spack/repos/builtin/packages/r-pinfsc50/package.py
new file mode 100644
index 0000000000..0385c73369
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-pinfsc50/package.py
@@ -0,0 +1,25 @@
+# Copyright 2013-2021 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 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."""
+
+ homepage = "https://cloud.r-project.org/web/packages/pinfsc50/index.html"
+ cran = "pinfsc50"
+
+ maintainers = ['dorton21']
+
+ version('1.2.0', sha256='ed1fe214b9261feef8abfbf724c2bd9070d68e99a6ea95208aff2c57bbef8794')
+
+ depends_on('r@3.2.1:', type=('build', 'run'))