How to get consensus sequence from BAM file format on java (by means of Picard)

688 Views Asked by At

How can I view the Picard BAM file format using Java?

1

There are 1 best solutions below

0
On

Have you tried http://picard.sourceforge.net/ - this is a Java library for SAM and BAM Picard files, and its on SourceForge so the source code should be available to you.