From c58d596a7a57bb8eddd508901d389ddd1e2dab07 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:08:10 +0300 Subject: [PATCH] Fix Issue #44: resolve zero records written to output table Update README.md to clarify configuration requirements and troubleshooting steps for cases where the pipeline generates empty output tables. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a62c57..bbc188e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Specify a text file of chromosome names (one per line) and tldr will focus only Maximum insertion size (default = 10000) ### --min_te_len -Minimum insertion size (default = 200) +Minimum insertion size (default = 100) ### --min_alt_frac Parameter for allowing base changes in consensus cleanup (default = 0.5)