You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In practice, only :ref:`correctedErrorRate <correctedErrorRate>` is usually changed. The :ref:`faq`
270
269
has :ref:`specific suggestions <tweak>` on when to change this.
271
270
272
-
Canu v1.4 and earlier used the :ref:`errorRate<errorRate>` parameter, which set the expected
271
+
Canu v1.4 and earlier used the ``errorRate`` parameter, which set the expected
273
272
rate of error in a single corrected read.
274
273
275
274
.. _minimum-lengths:
@@ -302,14 +301,29 @@ For example:
302
301
- To change the k-mer size for just the ovl overlapper used during correction, 'corMerSize=16' would be used.
303
302
- To change the mhap k-mer size for all instances, 'mhapMerSize=18' would be used.
304
303
- To change the mhap k-mer size just during correction, 'corMhapMerSize=15' would be used.
305
-
- To use minimap for overlap computation just during correction, 'corOverlapper=minimap' would be used. The minimap2 executable must be symlinked from the Canu binary folder ('Linux-amd64/bin' or 'Darwin-amd64/bin' depending on your system).
304
+
- To use minimap2 for overlap computation just during correction, 'corOverlapper=minimap' would be used. The minimap2 executable must be symlinked from the Canu binary folder ('Linux-amd64/bin' or 'Darwin-amd64/bin' depending on your system).
306
305
307
306
Ovl Overlapper Configuration
308
307
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
309
308
310
309
<tag>Overlapper
311
-
select the overlap algorithm to use, 'ovl' or 'mhap'.
312
-
310
+
select the overlap algorithm to use, 'ovl', 'mhap' or 'minimap'.
311
+
312
+
For correction:
313
+
* ``corOverlapper=ovl`` is not supported and is very very slow.
314
+
* ``corOverlapper=mhap`` is the default.
315
+
* ``corOverlapper=minimap`` is not widely tested.
316
+
317
+
For trimming:
318
+
* ``obtOverlapper=ovl`` is the default.
319
+
* ``obtOverlapper=mhap`` is significantly faster, but assemblies are slightly worse.
320
+
* ``obtOverlapper=minimap`` is significantly faster, but assemblies are slightly worse and has not been widely tested.
321
+
322
+
For contig creation (unitigging):
323
+
* ``utgOverlapper=ovl`` is the default.
324
+
* ``utgOverlapper=mhap`` is significantly faster, but assemblies are slightly worse.
325
+
* ``utgOverlapper=minimap`` is significantly faster, but assemblies are slightly worse and has not been widely tested.
326
+
313
327
Ovl Overlapper Parameters
314
328
~~~~~~~~~~~~~~~~~~~~~~~~~~~
315
329
@@ -366,6 +380,8 @@ and 8 'distinct' kmers.
366
380
<tag>FrequentMers
367
381
don't compute frequent kmers, use those listed in this file
0 commit comments