Skip to content

Commit

Permalink
Aux files for Revio
Browse files Browse the repository at this point in the history
  • Loading branch information
armintoepfer committed Mar 18, 2024
1 parent ca8c428 commit 1633eaa
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions docs/faq/reports-aux-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,39 @@ number of failed ZMWs.

The following comments refer to the filters that are explained in the FAQ above.

ZMWs input : 1671
ZMWs input : 1671

ZMWs pass filters : 824 (49.31%) ┐
ZMWs fail filters : 104 (6.22%) | Sum to 100%
ZMWs shortcut filters : 743 (44.46%) <- Low-pass ZMWs skipped by --all ┘
ZMWs pass filters : 824 (49.31%) ┐
ZMWs fail filters : 104 (6.22%) | Sum to 100%
ZMWs shortcut filters : 743 (44.46%) <- Low-pass ZMWs skipped by --all ┘

ZMWs with tandem repeats : 10 (0.60%) <- With repeats larger than --min-tandem-repeat-length
ZMWs with tandem repeats : 10 (0.60%) <- With repeats larger than --min-tandem-repeat-length

Exclusive failed counts
Below SNR threshold : 30 (28.85%) <- SNR below --min-snr.
Median length filter : 0 (0.00%) <- All subreads are <50% or >200% of the median subread length
Lacking full passes : 0 (0.00%) <- Fewer than --min-passes full-length (FL) reads
Heteroduplex insertions : 10 (9.62%) <- Single-strand artifacts
Coverage drops : 43 (41.35%) <- Coverage drops would lead to unreliable polishing results
Insufficient draft cov : 16 (15.38%) <- Not enough subreads aligned to draft end-to-end
Draft too different : 0 (0.00%) <- Fewer than --min-passes FL reads aligned to draft
Draft generation error : 3 (2.88%) <- Subreads don't agree to generate a draft sequence
Draft above --max-length : 0 (0.00%) <- Draft sequence is longer than --max-length
Draft below --min-length : 0 (0.00%) <- Draft sequence is shorter than --min-length
Reads failed polishing : 0 (0.00%) <- Too many subreads were dropped while polishing
Empty coverage windows : 2 (1.92%) <- At least one window has no coverage
CCS did not converge : 0 (0.00%) <- Draft has too many errors that can't be polished in time
CCS below minimum RQ : 0 (0.00%) <- Predicted accuracy is below --min-rq
Unknown error : 0 (0.00%) <- Rare implementation errors
Below SNR threshold : 30 (28.85%) <- SNR below --min-snr.
Median length filter : 0 (0.00%) <- All subreads are <50% or >200% of the median subread length
Lacking full passes : 0 (0.00%) <- Fewer than --min-passes full-length (FL) reads
Heteroduplex insertions : 10 (9.62%) <- Single-strand artifacts
Coverage drops : 43 (41.35%) <- Coverage drops would lead to unreliable polishing results
Insufficient draft cov : 16 (15.38%) <- Not enough subreads aligned to draft end-to-end
Draft too different : 0 (0.00%) <- Fewer than --min-passes FL reads aligned to draft
Draft generation error : 3 (2.88%) <- Subreads don't agree to generate a draft sequence
Draft above --max-length : 0 (0.00%) <- Draft sequence is longer than --max-length
Draft below --min-length : 0 (0.00%) <- Draft sequence is shorter than --min-length
Reads failed polishing : 0 (0.00%) <- Too many subreads were dropped while polishing
Empty coverage windows : 2 (1.92%) <- At least one window has no coverage
CCS did not converge : 0 (0.00%) <- Draft has too many errors that can't be polished in time
CCS adapter concatenation : 0 (0.000%)
CCS adapter palindrome : 0 (0.000%)
CCS adapter residue : 0 (0.000%)
ZMW with full-length subread : 2 (28.57%)
ZMW with control failure : 0 (0.000%)
ZMW with control success : 0 (0.000%)
CCS below minimum RQ : 0 (0.00%) <- Predicted accuracy is below --min-rq
Unknown error : 0 (0.00%) <- Rare implementation errors

Additional passing metrics
ZMWs missing adapters : 0 (0.000%)

If run in `--by-strand` mode, please have a look at [the by-strand FAQ](/faq/mode-by-strand).\
If run in `--split-heteroduplexes` mode, please have a look at [the strand-aware FAQ](/faq/mode-heteroduplex-filtering).
Expand Down

0 comments on commit 1633eaa

Please sign in to comment.