Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-fuchs authored Sep 3, 2023
1 parent ab6d15d commit 2133e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Right-aligned (covSonar): ATGCCATNNNNNN---TTCTGA
Left-aligned (covSonar2): ATGCCAT---NNNNNNTTCTGA
```

**Q:** Why has the formatting of deletions changed between `covSonar` and `covSonar2`?
**Q: Why has the formatting of deletions changed between `covSonar` and `covSonar2`?**

**A:** The way deletions are formatted has undergone a significant transformation from `del:1021:9` in `covSonar` to the more intuitive `del:1021-1030` in `covSonar2` where the deletion length is replaced by the end coordinate.
This shift represents a move towards a clearer and more informative style that explicitly includes both the start and end positions to meet standard DNA sequence representation conventions and to minimize any confusion.
Expand Down

0 comments on commit 2133e22

Please sign in to comment.