From f63b9d567292762669a041c47e19d86a5bb74b59 Mon Sep 17 00:00:00 2001 From: Xian Date: Wed, 6 Mar 2024 15:34:21 +0100 Subject: [PATCH] Update documentation for distance indexing --- src/subcommand/index_main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/subcommand/index_main.cpp b/src/subcommand/index_main.cpp index e35b4c679f1..3ffb69dc70a 100644 --- a/src/subcommand/index_main.cpp +++ b/src/subcommand/index_main.cpp @@ -79,7 +79,8 @@ void help_index(char** argv) { << " --index-sorted-vg input is ID-sorted .vg format graph chunks, store a VGI index of the sorted vg in INPUT.vg.vgi" << endl << "snarl distance index options" << endl << " -j --dist-name FILE use this file to store a snarl-based distance index" << endl - << " --snarl-limit N don't store snarl distances for snarls with more than N nodes (default 10000)" << endl; + << " --snarl-limit N don't store snarl distances for snarls with more than N nodes (default 10000)" << endl + << " if N is 0 then don't store distances, only the snarl tree" << endl; } void multiple_thread_sources() {