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

new method pm used for RefSeq_mRNA,nc_RNA xrefs

parent 2168ea57
No related branches found
No related tags found
No related merge requests found
package XrefMapper::Methods::ExonerateGappedBest5;
use XrefMapper::Methods::ExonerateBasic;
use vars '@ISA';
@ISA = qw{XrefMapper::Methods::ExonerateBasic};
sub options {
return ('--gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '5');
}
sub query_identity_threshold {
return 90;
}
sub target_identity_threshold {
return 90;
}
1;
package XrefMapper::Methods::ExonerateGappedBest5_agam;
use XrefMapper::Methods::ExonerateBasic;
use vars '@ISA';
@ISA = qw{XrefMapper::Methods::ExonerateBasic};
sub options {
return ('--gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '5');
}
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