Skip to content

Commit

Permalink
Merge pull request easybuilders#21064 from asalois/develop
Browse files Browse the repository at this point in the history
{bio}[SYSTEM] BayesTraits v4.1.2
  • Loading branch information
boegel authored Aug 28, 2024
2 parents 15aaf2a + bf59190 commit 3f30158
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/b/BayesTraits/BayesTraits-4.1.2-Linux.eb
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'

0 comments on commit 3f30158

Please sign in to comment.