Meaningful documentation string
This commit is contained in:
parent
1b38aa1a7e
commit
52345f0aec
|
|
@ -31,10 +31,10 @@ import net.sf.samtools.BAMRecord;
|
||||||
import org.broadinstitute.sting.utils.exceptions.UserException;
|
import org.broadinstitute.sting.utils.exceptions.UserException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factory interface which allows plugging in of different classes for generating instances of
|
* Factory interface implementation used to create GATKSamRecords
|
||||||
* SAMRecord and BAMRecord when reading from SAM/BAM files.
|
* from SAMFileReaders with SAM-JDK
|
||||||
*
|
*
|
||||||
* @author Tim Fennell
|
* @author Mark DePristo
|
||||||
*/
|
*/
|
||||||
public class GATKSamRecordFactory implements SAMRecordFactory {
|
public class GATKSamRecordFactory implements SAMRecordFactory {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue