Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/nextstrain/rubella/E1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Fix typo: `excessBandwith` to `excessBandwidth`

## 2025-09-09T12:13:13Z

Add schema definition url to `pathogen.json`. This is a purely technical change, for convenience of dataset authors. The data itself is not modified.
Expand Down
4 changes: 2 additions & 2 deletions data/nextstrain/rubella/E1/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"alignmentParams": {
"minSeedCover": 0.01,
"terminalBandwidth": 100,
"excessBandwith": 18,
"minMatchLength": 20
"minMatchLength": 20,
"excessBandwidth": 18
},
"qc": {
"missingData": {
Expand Down