From f7c3a7c9982e29645a7fe21497d02e566945638e Mon Sep 17 00:00:00 2001 From: chhylp123 Date: Mon, 26 Jul 2021 00:29:30 -0400 Subject: [PATCH] fix typo --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 5ca9a2b..d27497d 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -77,7 +77,7 @@ How can I tweak parameters to improve Hi-C integrated assembly? Why the size of primary assembly or partially phased assembly is much larger than the estimated genome size? --------------------------------------------------------------------------------------------------------------- - It could be because the estimated genome size is incorrect. Another possibility is that hifiasm does not perform enough purging. Setting smaller value for ``-s`` (default: 0.55) or turning ``--purge-cov`` should be helpful. See :ref:`loginter` for more details. + It could be because the estimated genome size is incorrect. Another possibility is that hifiasm does not perform enough purging. Setting smaller value for ``-s`` (default: 0.55) or turning ``--hom-cov`` should be helpful. See :ref:`loginter` for more details. .. _p-hamming: