mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
450 B
Plaintext
20 lines
450 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 = SYSTEM
|
|
|
|
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'
|