Skip to content
Snippets Groups Projects
Commit ea350506 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

replaced with ExonerateGappedBest1_55_perc_id

parent 7ab720cd
No related branches found
No related tags found
No related merge requests found
package XrefMapper::Methods::ExonerateGappedBest1_agam;
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;
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;
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