Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions genalog/text/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def _format_alignment(align1, align2):
Returns:
a string with formatted alignment.
'|' is for matching character
'.' is for substition
'-' indicates gap
'.' is for substitution
' ' indicates gap

For example:
"
Expand Down