name = 'picard' version = '2.0.1' 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 = SYSTEM source_urls = [ 'https://github.com/broadinstitute/picard/releases/download/%(version)s/'] sources = ['%(name)s-tools-%(version)s.zip'] java = 'Java' javaver = '1.8.0_66' versionsuffix = '-%s-%s' % (java, javaver) dependencies = [(java, javaver)] modloadmsg = "To execute picard run: java -jar \\${EBROOTPICARD}/%(name)s.jar" moduleclass = 'bio'