> A maybe strange question: is it possible to force Bio::DB::Fasta NOT > to index the fasta file at any time (if there is already an index)? I don't think so, but you could set the time stamp on the index file just before you run your script that uses the index. On a unix-like machine you would use the touch command.