Enum bam::bam_reader::ModificationTime [−][src]
Expand description
Defines how to react to a BAI index being younger than BAM file.
Variants
Error- IndexedReader will not be constructed if the BAI index is was modified earlier than the BAM file.io::Errorwill be raised.Ignore- does nothing if the index is younger than the BAM file.Warn- calls a functionFn(&str)and continues constructing IndexedReader;
