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

yet another batch of minor style fixes (e) #4271

Merged
Show file tree
Hide file tree
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
Expand Up @@ -11,12 +11,12 @@ name = 'EIGENSOFT'
version = '6.1.1'

homepage = 'http://www.hsph.harvard.edu/alkes-price/software/'
description = """The EIGENSOFT package combines functionality from our population genetics methods (Patterson et al. 2006)
and our EIGENSTRAT stratification correction method (Price et al. 2006). The EIGENSTRAT method uses principal components
analysis to explicitly model ancestry differences between cases and controls along continuous axes of variation;
the resulting correction is specific to a candidate marker’s variation in frequency across ancestral populations,
minimizing spurious associations while maximizing power to detect true associations. The EIGENSOFT package has a built-in
plotting script and supports multiple file formats and quantitative phenotypes."""
description = """The EIGENSOFT package combines functionality from our population genetics methods (Patterson et al.
2006) and our EIGENSTRAT stratification correction method (Price et al. 2006). The EIGENSTRAT method uses principal
components analysis to explicitly model ancestry differences between cases and controls along continuous axes of
variation; the resulting correction is specific to a candidate marker’s variation in frequency across ancestral
populations, minimizing spurious associations while maximizing power to detect true associations. The EIGENSOFT
package has a built-in plotting script and supports multiple file formats and quantitative phenotypes."""

toolchain = {'name': 'goolf', 'version': '1.7.20'}

Expand Down
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/e/ELPA/ELPA-2013.11-ictce-5.3.0.eb
Expand Up @@ -23,7 +23,8 @@ sources = ['%(name)s_%(version)s.006_20140312.tar.gz']

patches = ['ELPA_fix-tests.patch']

configopts = '--with-generic-simple --disable-shared FCFLAGS="-I$EBROOTIMKL/mkl/include/intel64/lp64 $FCFLAGS" LIBS="$LIBSCALAPACK"'
configopts = '--with-generic-simple --disable-shared '
configopts += 'FCFLAGS="-I$EBROOTIMKL/mkl/include/intel64/lp64 $FCFLAGS" LIBS="$LIBSCALAPACK"'
buildopts = ' V=1 LIBS="$LIBSCALAPACK"'
start_dir = '%(name)s_%(version)s'

Expand Down
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/e/ELPA/ELPA-2013.11-ictce-5.5.0.eb
Expand Up @@ -23,7 +23,8 @@ sources = ['%(name)s_%(version)s.006_20140312.tar.gz']

patches = ['ELPA_fix-tests.patch']

configopts = '--with-generic-simple --disable-shared FCFLAGS="-I$EBROOTIMKL/mkl/include/intel64/lp64 $FCFLAGS" LIBS="$LIBSCALAPACK"'
configopts = '--with-generic-simple --disable-shared '
configopts += 'FCFLAGS="-I$EBROOTIMKL/mkl/include/intel64/lp64 $FCFLAGS" LIBS="$LIBSCALAPACK"'
buildopts = ' V=1 LIBS="$LIBSCALAPACK"'
start_dir = '%(name)s_%(version)s'

Expand Down