Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroundTruthScorer doc update #8597

Merged
Changes from 1 commit
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
Prev Previous commit
typo: rsp -> rq
dror27 committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 757ba4afd7819330dfc712c8642f161bd75df153
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
* <li>ReadKey : The signal of the read at each flow according to the flow order</li>
* <li>ReadIsReversed : Whether the read is reversed in the alignment</li>
* <li>ReadMQ : The mapping quality of the read</li>
* <li>ReadRQ : The read rsq value</li>
* <li>ReadRQ : The read rq value</li>
* <li>GroundTruthKey : The aligned reference section, translated into per-flow signals</li>
* <li>ReadSequence</li>
* <li>Score : A flow-based alignment score. Since the alignment is per-flow, in the case that there’s a cycle skip, the read and reference flow signals will not be aligned, and therefore the score will be inaccurate.</li>