- java.lang.Object
-
- org.biojava.nbio.alignment.template.CallableProfileProfileAligner<S,C>
-
- Type Parameters:
S
- eachSequence
of theProfile
pair is of type SC
- each element of anAlignedSequence
is aCompound
of type C
- All Implemented Interfaces:
Callable<ProfilePair<S,C>>
public class CallableProfileProfileAligner<S extends Sequence<C>,C extends Compound> extends Object implements Callable<ProfilePair<S,C>>
Implements a concurrency wrapper for aProfileProfileAligner
.- Author:
- Mark Chapman
-
-
Constructor Summary
Constructors Constructor Description CallableProfileProfileAligner(ProfileProfileAligner<S,C> ppa)
Creates a profile-profile alignment task for simplified parallel execution.
-
-
-
Constructor Detail
-
CallableProfileProfileAligner
public CallableProfileProfileAligner(ProfileProfileAligner<S,C> ppa)
Creates a profile-profile alignment task for simplified parallel execution.- Parameters:
ppa
- already initialized profile-profile aligner
-
-