r-popgenome: new package at 2.6.1 (#10108)
This commit is contained in:
parent
3b59bf9efa
commit
c973d761e9
1 changed files with 21 additions and 0 deletions
21
var/spack/repos/builtin/packages/r-popgenome/package.py
Normal file
21
var/spack/repos/builtin/packages/r-popgenome/package.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2013-2018 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 RPopgenome(RPackage):
|
||||
"""PopGenome is an efficient Swiss army knife for population genetics data
|
||||
analysis, able to process individual loci, large sets of loci, or whole
|
||||
genomes."""
|
||||
|
||||
homepage = "https://popgenome.weebly.com"
|
||||
url = "https://cran.r-project.org/src/contrib/PopGenome_2.6.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/PopGenome"
|
||||
|
||||
version('2.6.1', sha256='7a2922ed505fa801117a153e479d246bcf4854b91c6ab0241acc620a9d779b1c')
|
||||
|
||||
depends_on('r@2.14.2:', type=('build', 'run'))
|
||||
depends_on('r-ff', type=('build', 'run'))
|
Loading…
Reference in a new issue