Download picard-2.17.2.jar file - Jar p

Jar examples for p:picard

Description

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.

You can download jar file picard 2.17.2 in this page.

License

MIT License

Build File

You can use the following script to add picard-2.17.2.jar to your project.

<dependency>
   <groupId>com.github.broadinstitute</groupId>
   <artifactId>picard</artifactId>
   <version>2.17.2</version>
</dependency>
compile group: 'com.github.broadinstitute', name: 'picard', version: '2.17.2'
libraryDependencies += "com.github.broadinstitute" % "picard" % "2.17.2"
<dependency org="com.github.broadinstitute" name="picard" rev="2.17.2"/>
@Grapes(@Grab(group='com.github.broadinstitute', module='picard', version='2.17.2'))
'com.github.broadinstitute:picard:jar:2.17.2'

Download

Click the following link to download the jar file.

picard-2.17.2-javadoc.jar
picard-2.17.2-sources.jar
picard-2.17.2.jar
picard-2.17.2.pom



Related Tutorials