From 7212d62e29e7214a494e7c798d05a775ffe856da Mon Sep 17 00:00:00 2001 From: Kim Andrews <17375001+kimandrews@users.noreply.github.com> Date: Wed, 1 May 2024 13:45:37 -0700 Subject: [PATCH] Add minSeedCover parameter to `pathogen.json` --- nextclade_dataset/pathogen.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextclade_dataset/pathogen.json b/nextclade_dataset/pathogen.json index 2315ebf..ca4147f 100644 --- a/nextclade_dataset/pathogen.json +++ b/nextclade_dataset/pathogen.json @@ -10,6 +10,7 @@ }, "schemaVersion": "3.0.0", "version": { - "tag": "unreleased" + "tag": "unreleased", + "minSeedCover": 0.01 } }