Class CallableProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>
- java.lang.Object
-
- org.biojava.nbio.alignment.template.CallableProfileProfileAligner<S,C>
-
- Type Parameters:
S- eachSequenceof theProfilepair is of type SC- each element of anAlignedSequenceis aCompoundof type C
- All Implemented Interfaces:
Callable<org.biojava.nbio.core.alignment.template.ProfilePair<S,C>>
public class CallableProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound> extends Object implements Callable<org.biojava.nbio.core.alignment.template.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.biojava.nbio.core.alignment.template.ProfilePair<S,C>call()
-
-
-
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
-
-