Picard Javadoc Download
1
0
Entering edit mode
12.7 years ago
William ★ 5.4k

I would like to use the picard java api for reading bam files.

Where can I find and download the javadoc zip/jar file for the picard projects? I can only find the javadoc online but I want to use the javadoc from inside my IDE Netbeans.

picard bam • 2.8k views
ADD COMMENT
1
Entering edit mode
12.7 years ago

the sources and the javadoc can be downloaded using subversion:

 svn co "https://picard.svn.sourceforge.net/svnroot/picard" picard
 cd picard
 ant javadoc
ADD COMMENT
0
Entering edit mode

I only downloaded the sources for version 1.79 : svn co "https://picard.svn.sourceforge.net/svnroot/picard/branches/1.79" picard . Otherwise the sources for all the verions are downloaded.

cd picard

ant javadoc

results in an error:

[javadoc] Generating Javadoc

[javadoc] Javadoc execution

[javadoc] 1 error

[javadoc] javadoc: error - Cannot find doclet class net.sf.picard.util.MetricsDoclet

ADD REPLY

Login before adding your answer.

Traffic: 3357 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6