Fix NotPrimaryAlignmentFilter documentation
This commit is contained in:
parent
f8f2680142
commit
71d68c3d93
|
|
@ -28,7 +28,7 @@ package org.broadinstitute.gatk.engine.filters;
|
|||
import htsjdk.samtools.SAMRecord;
|
||||
|
||||
/**
|
||||
* Filter out duplicate reads.
|
||||
* Filter out reads that are secondary alignments (not one of the best alignments)
|
||||
*
|
||||
* @author rpoplin
|
||||
* @since Dec 9, 2009
|
||||
|
|
|
|||
Loading…
Reference in New Issue