-
Notifications
You must be signed in to change notification settings - Fork 717
/
Copy pathcastor-1.7.11-foss-2022a.eb
36 lines (29 loc) · 1.28 KB
/
castor-1.7.11-foss-2022a.eb
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
27
28
29
30
31
32
33
34
35
36
easyblock = 'RPackage'
name = 'castor'
version = '1.7.11'
homepage = 'https://CRAN.R-project.org/package=castor'
description = """
Efficient phylogenetic analyses on massive phylogenies comprising up to millions of tips.
Functions include pruning, rerooting, calculation of most-recent common ancestors, calculating
distances from the tree root and calculating pairwise distances. Calculation of phylogenetic
signal and mean trait depth (trait conservatism), ancestral state reconstruction and hidden
character prediction of discrete characters, simulating and fitting models of trait evolution,
fitting and simulating diversification models, dating trees, comparing trees, and
reading/writing trees in Newick format.
"""
toolchain = {'name': 'foss', 'version': '2022a'}
source_urls = [
'https://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive
'https://cran.r-project.org/src/contrib/', # current version of packages
'https://cran.freestatistics.org/src/contrib', # mirror alternative for current packages
]
sources = ['%(name)s_%(version)s.tar.gz']
checksums = ['c3fa63969ffbebc92878b857052110d3e22e9bbd06b28641604c32a5177fb2b3']
dependencies = [
('R', '4.2.1'),
]
sanity_check_paths = {
'files': ['%(name)s/R/%(name)s'],
'dirs': [],
}
moduleclass = 'bio'