easyconfigs-it4i/v/VarScan/VarScan-2.3.6-Java-1.7.0_80.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

31 lines
754 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Adam Huffman
# The Francis Crick Institute
easyblock = 'JAR'
name = 'VarScan'
version = '2.3.6'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://varscan.sourceforge.net/'
description = """Variant calling and somatic mutation/CNV detection for next-generation sequencing data"""
toolchain = {'name': 'dummy', 'version': ''}
sources = [('%(name)s.v%(version)s.jar', 'download')]
source_urls = ['https://sourceforge.net/projects/varscan/files/']
dependencies = [('Java', '1.7.0_80')]
sanity_check_paths = {
'files': sources,
'dirs': [],
}
modloadmsg = """
to execute: java -jar \\$EBROOTVARSCAN/VarScan.v%(version)s.jar
"""
moduleclass = 'bio'