Skip to content
Snippets Groups Projects
Commit d86a6e59 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Method that uses a gapped local affine exonerate alignment

parent 241f20ef
No related branches found
No related tags found
No related merge requests found
package XrefMapper::Methods::ExonerateGappedBest1;
use XrefMapper::Methods::ExonerateBasic;
use vars '@ISA';
@ISA = qw{XrefMapper::Methods::ExonerateBasic};
sub options {
return ('--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
}
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