19 #ifndef OST_BINDINGS_PARASAIL_H
20 #define OST_BINDINGS_PARASAIL_H
26 namespace ost {
namespace seq {
namespace alg {
37 int gap_open = -5,
int gap_ext = -2);
42 int gap_open = -5,
int gap_ext = -2);
47 int gap_open = -5,
int gap_ext = -2);
boost::shared_ptr< SubstWeightMatrix > SubstWeightMatrixPtr
ost::seq::AlignmentList ParaGlobalAlign(const ost::seq::ConstSequenceHandle &s1, const ost::seq::ConstSequenceHandle &s2, ost::seq::alg::SubstWeightMatrixPtr &subst, int gap_open=-5, int gap_ext=-2)
ost::seq::AlignmentList ParaLocalAlign(const ost::seq::ConstSequenceHandle &s1, const ost::seq::ConstSequenceHandle &s2, ost::seq::alg::SubstWeightMatrixPtr &subst, int gap_open=-5, int gap_ext=-2)
ost::seq::AlignmentList ParaSemiGlobalAlign(const ost::seq::ConstSequenceHandle &s1, const ost::seq::ConstSequenceHandle &s2, ost::seq::alg::SubstWeightMatrixPtr &subst, int gap_open=-5, int gap_ext=-2)
std::vector< AlignmentHandle > AlignmentList