Skip to content

Commit 4422d42

Browse files
committed
docs: change wording for ONT R10 data
1 parent 6234269 commit 4422d42

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ long read data should still work.
114114
* Whole-genome and targeted genotyping modes to adjust this re-weighting.
115115
* Incorporation of single-nucleotide variation (SNVs) for better and faster calling plus
116116
additional downstream analysis possibilities.
117-
* Recommended for **HiFi data and ONT duplex data only**. In my testing, this worsens runtime and call quality for
118-
ONT ultra-long-read data, but speeds up the tool and improves call quality for HiFi/ONT duplex data.
117+
* Recommended for **HiFi data and ONT R10 data only**. In my testing, this worsens runtime and call quality for
118+
ONT ultra-long-read data, but speeds up the tool and improves call quality for HiFi/ONT R10 data.
119119
* Parallelized for faster computing on clusters and for ad-hoc fast analysis of single samples.
120120
* 95% confidence intervals on calls via a user-configurable optional parametric bootstrapping process.
121121

docs/caller_usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
**Default:** 70
1919
* `--realign` or `-a`: Whether to perform local re-alignment to attempt recovery of soft-clipped reads. Some aligners
2020
may soft-clip around large insertions, e.g. with an expansion (I've noticed this with *pbmm2*/*minimap2*).
21-
Currently recommended **for HiFi or ONT duplex only**, since this step aggressively filters out realignments with many
22-
mismatches or small indels. Enabling this slows down calling, so it may not be suitable for a very large catalog of
23-
tandem repeats.
21+
Currently recommended **for HiFi or ONT R10 only**, since this step aggressively filters out realignments with
22+
many mismatches or small indels. Enabling this slows down calling, so it may not be suitable for a very large catalog
23+
of tandem repeats.
2424
* `--hq`: Whether to treat provided reads as "high quality", i.e., fairly close to the actual true sequence. Used when
2525
detecting expansions, to skip a smoothing filter that may ignore disparate, rare expansion-like read counts.
26-
Use for CCS reads or similar data (e.g., duplex nanopore data) ONLY! **Default:** off
26+
Use for CCS reads or similar data (e.g., R10 nanopore data) ONLY! **Default:** off
2727
* `--use-hp`: Whether to incorporate `HP` tags from a haplotagged alignment file. This should speed up runtime and
2828
will potentially improve calling results. **This flag is experimental, and has not been tested extensively.**
2929
* `--incorporate-snvs [path]` or `--snv [path]`: A path to a VCF with SNVs to incorporate into the calling process and

0 commit comments

Comments
 (0)