ComputeVM: picard-1.130-Java-1.7.0_76.eb

File picard-1.130-Java-1.7.0_76.eb, 522 bytes (added by george, 9 years ago)
Line 
1name = 'picard'
2version = '1.130'
3
4homepage = 'http://sourceforge.net/projects/picard'
5description = """A set of tools (in Java) for working with next generation sequencing data in the BAM format."""
6
7toolchain = {'name': 'dummy', 'version': 'dummy'}
8
9source_urls = ['https://github.com/broadinstitute/%(name)s/releases/download/%(version)s/']
10sources = ['%(name)s-tools-%(version)s.zip']
11
12java = 'Java'
13javaver = '1.7.0_76'
14versionsuffix = '-%s-%s' % (java, javaver)
15dependencies = [(java, javaver)]
16
17moduleclass = 'bio'