Skip to content
Snippets Groups Projects
Commit e3734666 authored by Ian Longden's avatar Ian Longden
Browse files

gapped alignment at 100 percent

parent 1094a4e9
No related branches found
No related tags found
No related merge requests found
package XrefMapper::Methods::ExonerateGappedBest_100_perc_id;
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 100;
}
sub target_identity_threshold {
return 100;
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment