-
Notifications
You must be signed in to change notification settings - Fork 1
Basic sequence alignment #40
Copy link
Copy link
Open
Labels
Milestone
Description
Description
Basic algorithms to align input sequences to a reference.
Subtasks
- Define alignment scores.
- Implement basic NW alignment algorithm.
Acceptance criteria
- Alignment score is reported.
- Report info such as number of insertions/deletions/matches/mismatches and their positions.
Test procedures
- Unit tests with example sequences.
Dependencies
- Depends on Full stack error propagation #37
Reactions are currently unavailable