Research Article

Hardware Accelerated Sequence Alignment with Traceback

Algorithm 1

Procedure for TracePartial.
procedure TracePartial( )
while ( ) do
  
  
  
  if ( ) then
   Add DELETE operations to
  else if ( ) then
   ScanFull
   TraceFull
  else // interchange and
   ScanPartial
   TracePartial
    : replace DELETE INSERT
  end if
  
  
end while