Aaron Darling - 2005-04-29

Logged In: YES
user_id=756995

We implemented a patch to skip indexing the query sequence
but the startup time is still high. Profiling with oprofile
indicates that bioseq_dust() is the offending function. My
understanding is that we need queries to be dusted for correct
calculation of effective search space. So this process can't be
skipped. It could be parallelized, but that's not a high priority
target at the moment. A workaround would be to shut off
dusting with the -F F command line option.