#include <ssw_aligner.hpp>
|
| SSWAligner (uint8_t _match=1, uint8_t _mismatch=4, uint8_t _gap_open=6, uint8_t _gap_extension=1) |
|
| ~SSWAligner (void) |
|
Alignment | align (const string &query, const string &ref) |
|
Alignment | ssw_to_vg (const StripedSmithWaterman::Alignment &ssw_aln, const string &query, const string &ref) |
|
void | PrintAlignment (const StripedSmithWaterman::Alignment &alignment) |
|
◆ SSWAligner()
vg::SSWAligner::SSWAligner |
( |
uint8_t |
_match = 1 , |
|
|
uint8_t |
_mismatch = 4 , |
|
|
uint8_t |
_gap_open = 6 , |
|
|
uint8_t |
_gap_extension = 1 |
|
) |
| |
|
inline |
◆ ~SSWAligner()
vg::SSWAligner::~SSWAligner |
( |
void |
| ) |
|
|
inline |
◆ align()
Alignment vg::SSWAligner::align |
( |
const string & |
query, |
|
|
const string & |
ref |
|
) |
| |
◆ PrintAlignment()
void vg::SSWAligner::PrintAlignment |
( |
const StripedSmithWaterman::Alignment & |
alignment | ) |
|
◆ ssw_to_vg()
Alignment vg::SSWAligner::ssw_to_vg |
( |
const StripedSmithWaterman::Alignment & |
ssw_aln, |
|
|
const string & |
query, |
|
|
const string & |
ref |
|
) |
| |
◆ gap_extension
uint8_t vg::SSWAligner::gap_extension |
◆ gap_open
uint8_t vg::SSWAligner::gap_open |
◆ match
uint8_t vg::SSWAligner::match |
◆ mismatch
uint8_t vg::SSWAligner::mismatch |
The documentation for this class was generated from the following files: