easyconfigs-it4i/p/picard/picard-2.1.1-Java-1.8.0_74.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

19 lines
599 B
Plaintext

name = 'picard'
version = '2.1.1'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://broadinstitute.github.io/picard/'
description = """A set of tools (in Java) for working with next generation sequencing data in the BAM
(http://samtools.github.io/hts-specs) format."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://github.com/broadinstitute/picard/releases/download/%(version)s/']
sources = ['%(name)s-tools-%(version)s.zip']
dependencies = [('Java', '1.8.0_74')]
modloadmsg = "To execute picard run: java -jar \\${EBROOTPICARD}/%(name)s.jar"
moduleclass = 'bio'