Fix NotPrimaryAlignmentFilter documentation

This commit is contained in:
Ron Levine 2015-03-05 20:30:46 -05:00
parent f8f2680142
commit 71d68c3d93
1 changed files with 1 additions and 1 deletions

View File

@ -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