Thanks for your reply, but does this construction uses index in .bai-file? I thought there should be some kind of reference to this file, something like index in SAMFileReader.
public SAMFileReader(final File file, final File indexFile) {
this(file, indexFile, false);
}