Package picard.filter

Class CountingDuplicateFilter

  • All Implemented Interfaces:
    htsjdk.samtools.filter.SamRecordFilter

    public class CountingDuplicateFilter
    extends CountingFilter
    Counting filter that discards reads that have been marked as duplicates.
    • Constructor Detail

      • CountingDuplicateFilter

        public CountingDuplicateFilter()
    • Method Detail

      • reallyFilterOut

        public boolean reallyFilterOut​(htsjdk.samtools.SAMRecord record)
        Description copied from class: CountingFilter
        Return true if we are to filter this record out, false otherwise.
        Specified by:
        reallyFilterOut in class CountingFilter