Crate rspoa

Crate rspoa 

Source
Expand description

rsPOA is an implementation of the POA algorithm, used to align a sequence to a pangenome graph.
More information at rsPOA

Modulesยง

api
Application program interface of rsPOA
args_parser
Command Line Interface
bitfield_path
Interface for path managment
gaf_output
.gaf file creation
gap_global_abpoa
adaptive banded POA with gap opening and penalty
gap_local_poa
adaptive banded local POA with gap opening and penalty
global_abpoa
adaptive banded POA, with avx2 instructions
graph
LnzGraph creation
local_poa
adaptive banded local POA, with avx2 instructions
pathwise_alignment
DEMO
score_matrix
Score matrix for each alignment type
sequences
Read preparation for POA
utils
Various and miscellaneous