easyconfigs-it4i/p/picard/picard-2.1.0-Java-1.7.0_79.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

20 lines
481 B
Plaintext

name = 'picard'
version = '2.1.0'
homepage = 'http://sourceforge.net/projects/picard'
description = """A set of tools (in Java) for working with next generation sequencing data in the BAM format."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%(name)s-tools-%(version)s.zip']
dependencies = [('Java', '1.7.0_79')]
sanity_check_paths = {
'files': ['picard.jar', 'picard-lib.jar'],
'dirs': [],
}
moduleclass = 'bio'