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}[foss/2015a] BayPass 2.1 #3451

Merged
merged 2 commits into from Aug 23, 2016
Merged
Changes from 1 commit
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
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/b/BayPass/BayPass-2.1-foss-2015a.eb
@@ -0,0 +1,26 @@
easyblock = 'MakeCp'

name = 'BayPass'
version = '2.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AFCJamie also here: trailing whitespace, please remove?


homepage = 'http://www1.montpellier.inra.fr/CBGP/software/baypass/'
description = """The package 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)."""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AFCJamie we try to limit line length to 120 characters or less, please break up this long line


toolchain = {'name': 'foss', 'version': '2015a'}
toolchainopts = {'openmp': True}

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

start_dir = 'sources'

files_to_copy = [(['g_baypass'], 'bin'), (['BayPass_manual_2.1.pdf'], 'manual'), 'examples', 'utils']

parallel = 1

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

moduleclass = 'bio'