Class NotPrimaryAlignmentFilter

java.lang.Object
htsjdk.samtools.filter.SecondaryAlignmentFilter
htsjdk.samtools.filter.NotPrimaryAlignmentFilter
All Implemented Interfaces:
SamRecordFilter

@Deprecated public class NotPrimaryAlignmentFilter extends SecondaryAlignmentFilter
Deprecated.
Filter out SAMRecords with NotPrimaryAlignment flag set $Id$
  • Constructor Details

    • NotPrimaryAlignmentFilter

      public NotPrimaryAlignmentFilter()
      Deprecated.