java.lang.Object
org.biojava.nbio.alignment.template.CallablePairwiseSequenceAligner<S,C>
- Type Parameters:
S
- eachSequence
of the alignment pair is of type SC
- each element of anAlignedSequence
is aCompound
of type C
- All Implemented Interfaces:
Callable<SequencePair<S,
C>>
public class CallablePairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
extends Object
implements Callable<SequencePair<S,C>>
Implements a concurrency wrapper for a
PairwiseSequenceAligner
.- Author:
- Mark Chapman
-
Constructor Summary
ConstructorDescriptionCreates a pairwise sequence alignment task for simplified parallel execution. -
Method Summary