Changeset 265

Show
Ignore:
Timestamp:
09/17/09 14:28:34 (2 months ago)
Author:
cholt
Message:

set filter=seg for blastx instead of wordmask=seg, gives better performance

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lib/GI.pm

    r260 r265  
    17651765   if ($command =~ /blastx$/) { 
    17661766      $command .= " $db $q_file B=10000 V=10000 E=$eval_blast"; 
    1767       $command .= ($softmask) ? " wordmask=seg" : " filter=seg"; 
     1767      $command .= " filter=seg"; 
     1768      #$command .= ($softmask) ? " wordmask=seg" : " filter=seg"; 
    17681769      #$command .= " T=20"; 
    17691770      #$command .= " W=5";