Method: Bio::FlatFileIndex#check_consistency

Defined in:
lib/bio/io/flatfile/index.rb

#check_consistencyObject

Check consistency between the databank(index) and original flat files.

If the original flat files are changed after creating the databank, raises RuntimeError.

Note that this check only compares file sizes as described in the OBDA specification.



278
279
280
281
# File 'lib/bio/io/flatfile/index.rb', line 278

def check_consistency
  check_closed?
  @db.check_consistency
end