Skip to content

Commit

Permalink
Merge pull request #825 from pescobar/modeller
Browse files Browse the repository at this point in the history
Modeller-9.13 easyconfig
  • Loading branch information
boegel committed Sep 8, 2014
2 parents 9e2e5d2 + 7e4324f commit ed0ea09
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/m/Modeller/Modeller-9.13-Python-2.7.5.eb
@@ -0,0 +1,27 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel

name = 'Modeller'
version = '9.13'

homepage = 'http://salilab.org/modeller/'
description = """ MODELLER is used for homology or comparative modeling of protein
three-dimensional structures (1,2). The user provides an alignment of a sequence to
be modeled with known related structures and MODELLER automatically calculates
a model containing all non-hydrogen atoms."""

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

source_urls = ['http://salilab.org/modeller/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]

python = 'Python'
pyver = '2.7.5'
versionsuffix = '-%s-%s' % (python, pyver)
dependencies = [(python, pyver)]

key = 'dummykey'

moduleclass = 'bio'

0 comments on commit ed0ea09

Please sign in to comment.