Class SRAUnalignmentIterator

java.lang.Object
htsjdk.samtools.sra.SRAUnalignmentIterator
All Implemented Interfaces:
Iterator<SAMRecord>

public class SRAUnalignmentIterator extends Object implements Iterator<SAMRecord>
Iterator for unaligned reads. Is used from SRAIterator. Created by andrii.nikitiuk on 9/3/15.
  • Constructor Details

    • SRAUnalignmentIterator

      public SRAUnalignmentIterator(SRAAccession accession, ngs.ReadCollection run, SAMFileHeader header, SRAIterator.RecordRangeInfo recordRangeInfo, Chunk chunk)
      Parameters:
      run - opened read collection
      header - sam header
      recordRangeInfo - info about record ranges withing SRA archive
      chunk - used to determine which unaligned reads the iterator should return
  • Method Details