Skip to content

Commit dd2b62b

Browse files
committed
bdbv: update tree and qc params
1 parent ac26df5 commit dd2b62b

3 files changed

Lines changed: 18 additions & 20 deletions

File tree

data/nextstrain/orthoebolavirus/bdbv/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
- adjust QC param settings to reudce private mutation threshold (outbreak genomes should be very similar)
4+
- add SNP cluster QC rule to trigger on stretches of high private mutation density
5+
- update tree
6+
17
## 2026-05-18T20:09:34Z
28

39
- Add outbreak annotation

data/nextstrain/orthoebolavirus/bdbv/pathogen.json

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"frameShifts": {
3434
"enabled": true,
3535
"ignoredFrameShifts": [],
36-
"scoreWeight": 20
36+
"scoreWeight": 50
3737
},
3838
"missingData": {
3939
"enabled": true,
@@ -42,21 +42,21 @@
4242
},
4343
"mixedSites": {
4444
"enabled": true,
45-
"mixedSitesThreshold": 40
45+
"mixedSitesThreshold": 20
4646
},
4747
"privateMutations": {
48-
"cutoff": 300,
48+
"cutoff": 10,
4949
"enabled": true,
50-
"typical": 50,
51-
"weightLabeledSubstitutions": 6,
52-
"weightReversionSubstitutions": 6,
50+
"typical": 3,
51+
"weightLabeledSubstitutions": 3,
52+
"weightReversionSubstitutions": 3,
5353
"weightUnlabeledSubstitutions": 1
5454
},
5555
"snpClusters": {
56-
"clusterCutOff": 10,
57-
"enabled": false,
58-
"scoreWeight": 10,
59-
"windowSize": 100
56+
"clusterCutOff": 3,
57+
"enabled": true,
58+
"scoreWeight": 50,
59+
"windowSize": 50
6060
},
6161
"stopCodons": {
6262
"enabled": true,
@@ -67,13 +67,5 @@
6767
"schemaVersion": "3.0.0",
6868
"shortcuts": [
6969
"nextstrain/ebola/bdbv"
70-
],
71-
"version": {
72-
"updatedAt": "2026-04-14T11:55:23Z",
73-
"tag": "2026-04-14--11-55-23Z",
74-
"compatibility": {
75-
"cli": "3.0.0-alpha.0",
76-
"web": "3.0.0-alpha.0"
77-
}
78-
}
70+
]
7971
}

data/nextstrain/orthoebolavirus/bdbv/tree.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)