forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#21064 from asalois/develop
{bio}[SYSTEM] BayesTraits v4.1.2
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
easybuild/easyconfigs/b/BayesTraits/BayesTraits-4.1.2-Linux.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild | ||
# Author: Pablo Escobar Lopez | ||
# Swiss Institute of Bioinformatics | ||
# Biozentrum - University of Basel | ||
|
||
# Updated by | ||
# Author: Alex Salois | ||
# Research Cyberinfrastructure | ||
# Montana State University | ||
|
||
easyblock = "Tarball" | ||
|
||
name = 'BayesTraits' | ||
version = '4.1.2' | ||
versionsuffix = '-Linux' | ||
|
||
homepage = 'https://www.evolution.reading.ac.uk/SoftwareMain.html' | ||
description = """ BayesTraits is a computer package for performing analyses of trait | ||
evolution among groups of species for which a phylogeny or sample of phylogenies is | ||
available. This new package incoporates our earlier and separate programes Multistate, | ||
Discrete and Continuous. BayesTraits can be applied to the analysis of traits that adopt | ||
a finite number of discrete states, or to the analysis of continuously varying traits. | ||
Hypotheses can be tested about models of evolution, about ancestral states and about | ||
correlations among pairs of traits. """ | ||
|
||
toolchain = SYSTEM | ||
|
||
source_urls = ['https://www.evolution.reading.ac.uk/BayesTraitsV%(version)s/Files/'] | ||
sources = ['BayesTraitsV%(version)s%(versionsuffix)s.tar.gz'] | ||
checksums = ['d5251c2b256405fc63c55caf8371b267530a3c4ebd11cbfd3ebd4013c9d49db0'] | ||
|
||
sanity_check_paths = { | ||
'files': ['BayesTraitsV4', 'Artiodactyl.trees', 'Bird.trees', 'Mammal.trees', | ||
'Marsupials.trees', 'NortheastBantu.trees', 'Primates.trees'], | ||
'dirs': [], | ||
} | ||
|
||
modextrapaths = {'PATH': ''} | ||
|
||
moduleclass = 'bio' |