4 lines
170 B
Java
4 lines
170 B
Java
|
|
/**
|
||
|
|
* Generates mock reads, headers, and other read-oriented data, largely for consumption by the unit testing framework.
|
||
|
|
*/
|
||
|
|
package org.broadinstitute.sting.utils.sam;
|