Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 475 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 475 Bytes

WFPOA

An extension to the wavefront algorithm that generalizes it to work on directed acyclic sequence graphs.

This follows the basic formulation of partial order alignment, wherein the recurrence relations defining alignment are extended to consider the topology of a target graph.

To build the project:

cmake -H. -Bbuild && cmake --build build -- -j 16