-
Karyn Megy authored34cb21ea
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ExonerateGappedBest1_culex.pm 386 B
package XrefMapper::Methods::ExonerateGappedBest1_culex;
use XrefMapper::Methods::ExonerateBasic;
use vars '@ISA';
@ISA = qw{XrefMapper::Methods::ExonerateBasic};
sub options {
return ('--gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
}
sub query_identity_threshold {
return 55;
}
sub target_identity_threshold {
return 55;
}
1;