Skip to content

Commit

Permalink
Merge pull request #8733 from lexming/20190811025715_new_pr_VEP960
Browse files Browse the repository at this point in the history
{bio}[foss/2019a] VEP v96.0
  • Loading branch information
boegel committed Oct 14, 2019
2 parents 48ec51e + e49dbc9 commit 6589acd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions easybuild/easyconfigs/v/VEP/VEP-96.0-foss-2019a-Perl-5.28.1.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name = 'VEP'
version = '96.0'
versionsuffix = '-Perl-%(perlver)s'

homepage = 'https://www.ensembl.org/info/docs/tools/vep'
description = """Variant Effect Predictor (VEP) determines the effect of your
variants (SNPs, insertions, deletions, CNVs or structural variants) on genes,
transcripts, and protein sequence, as well as regulatory regions.
Includes EnsEMBL-XS, which provides pre-compiled replacements for frequently
used routines in VEP."""

toolchain = {'name': 'foss', 'version': '2019a'}

source_urls = ['https://github.com/Ensembl/ensembl-vep/archive/release/']
sources = ['%(version)s.tar.gz']
checksums = ['338f4774683da45e53bdf9a2cfffad4803df53fc4d3ee72817a9e79e63e513f7']

dependencies = [
('Perl', '5.28.1'),
('DBD-mysql', '4.050', versionsuffix),
('BioPerl', '1.7.2', versionsuffix),
('Bio-DB-HTS', '3.01', versionsuffix),
]

exts_defaultclass = 'PerlModule'
exts_filter = ("perldoc -lm %(ext_name)s ", "")

exts_list = [
('Bio::EnsEMBL::XS', '2.3.2', {
'source_tmpl': '%(version)s.tar.gz',
'source_urls': ['https://github.com/Ensembl/ensembl-xs/archive'],
'checksums': ['aafc59568cd1042259196575e99cdfeef9c0fb7966e5f915cfaf38c70885ffa5'],
}),
]

moduleclass = 'bio'

0 comments on commit 6589acd

Please sign in to comment.