From a99521171d61cb4e81f007119218c70bf37957f9 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 7 Feb 2025 13:57:54 +0100 Subject: [PATCH] Increase bandwidth --- data/community/pathoplexus/cchfv/linked/M/pathogen.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/community/pathoplexus/cchfv/linked/M/pathogen.json b/data/community/pathoplexus/cchfv/linked/M/pathogen.json index bc60231c..35f3bd6e 100644 --- a/data/community/pathoplexus/cchfv/linked/M/pathogen.json +++ b/data/community/pathoplexus/cchfv/linked/M/pathogen.json @@ -3,7 +3,9 @@ "minSeedCover": 0.01, "kmerLength": 7, "allowedMismatches": 10, - "retryReverseComplement": true + "retryReverseComplement": true, + "excessBandwidth": 200, + "terminalBandwidth": 400 }, "files": { "reference": "reference_M.fasta", @@ -62,4 +64,4 @@ "mutLabels": { "nucMutLabelMap": {} } -} \ No newline at end of file +}