mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
15 lines
361 B
Plaintext
15 lines
361 B
Plaintext
name = 'picard'
|
|
version = '1.119'
|
|
|
|
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')]
|
|
|
|
moduleclass = 'bio'
|