Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{bio}[goolf/1.7.20] BayPass v2.1 #3627

Merged
merged 2 commits into from
Nov 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/b/BayPass/BayPass-2.1-goolf-1.7.20.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/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics

easyblock = 'MakeCp'

name = 'BayPass'
version = '2.1'

homepage = 'http://www1.montpellier.inra.fr/CBGP/software/baypass/index.html'
description = """BayPass is a population genomics software which is primarily aimed at identifying
genetic markers subjected to selection and/or associated to population-specific covariates
(e.g., environmental variables, quantitative or categorical phenotypic characteristics).
The underlying models explicitly account for (and may estimate) the covariance structure among the
population allele frequencies that originates from the shared history of the populations under study"""

toolchain = {'name': 'goolf', 'version': '1.7.20'}
toolchainopts = {'openmp': True}

source_urls = ['http://www1.montpellier.inra.fr/CBGP/software/baypass/files/']
sources = ['%(namelower)s_%(version)s.tar.gz']

start_dir = 'sources'

parallel = 1

files_to_copy = [(['sources/g_baypass'], 'bin/'),
'BayPass_manual_2.1.pdf',
'examples',
'Licence_CeCILL-B_V1-en.txt',
'utils'
]

sanity_check_paths = {
'files': ['bin/g_baypass'],
'dirs': []
}

moduleclass = 'bio'