Given some elements and a function for extracting a ContigName from them, return an iterator that is restricted to the given contig.
Given some elements and a function for extracting a ContigName from them, return an iterator that is restricted to the given contig.
See companion object for public constructors which automatically infer contigNameFn from the input type.
Divide an iterator into a series of contig-restricted iterators.
Divide an iterator into a series of contig-restricted iterators.
Takes an iterator of arbitrary elements and a function for extracting a ContigName from them.
Emits ContigIterator) tuples.
See companion object for public constructors.
Base trait for classes that logically exist at one genomic locus.
Trait for objects that are associated with an interval on a genomic contig.
Public ContigIterator constructors that infer the ContigName-function from the iterator-type T.
Helpers for dealing with contig-name strings.
Public ContigsIterator constructors infer the org.hammerlab.genomics.reference.ContigName-function from a HasContig or a T).