Skip to content

Commit

Permalink
add VirSorter-1.0.6-gimkl-2020a-Perl-5.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jun 18, 2020
1 parent 2b7653f commit 7b7b74b
Showing 1 changed file with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
easyblock = 'Tarball'

name = 'VirSorter'
version = '1.0.6'
versionsuffix = '-Perl-%(perlver)s'

homepage = 'https://github.com/simroux/VirSorter'
description = """VirSorter: mining viral signal from microbial genomic data."""

toolchain = {'name': 'gimkl', 'version': '2020a'}

source_urls = ['https://github.com/simroux/%(name)s/archive/']
sources = ['v%(version)s.tar.gz']

dependencies = [
('Perl', '5.30.1','',('GCC','9.2.0')),
('HMMER', '3.3','',('GCC','9.2.0')),
('MCL', '14.137'),
('MetaGeneAnnotator', '20080819', '-x86-64', True),
('MUSCLE', '3.8.31','',SYSTEM),
('BLAST', '2.10.0', '', ('GCC','9.2.0')),
]


exts_defaultclass = 'PerlModule'



exts_list = [
('Role::Tiny', '2.001004', {
'source_tmpl':'Role-Tiny-%(version)s.tar.gz',
'source_urls':['https://cpan.metacpan.org/authors/id/H/HA/HAARG/'],
'checksums':['92ba5712850a74102c93c942eb6e7f62f7a4f8f483734ed289d08b324c281687'],
}),
]


modextrapaths = {
'PATH': ['', 'Scripts'],
'PERL5LIB': ['lib/perl5/site_perl/%(perlver)s/'],
}

sanity_check_paths = {
'files': ['wrapper_phage_contigs_sorter_iPlant.pl'],
'dirs': ['Scripts','lib/perl5/site_perl/%(perlver)s'],
}

modaliases = {'%(namelower)s': 'wrapper_phage_contigs_sorter_iPlant.pl'}

moduleclass = 'bio'

0 comments on commit 7b7b74b

Please sign in to comment.