File tree Expand file tree Collapse file tree
data/nextstrain/orthoebolavirus/bdbv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3333 "frameShifts" : {
3434 "enabled" : true ,
3535 "ignoredFrameShifts" : [],
36- "scoreWeight" : 20
36+ "scoreWeight" : 50
3737 },
3838 "missingData" : {
3939 "enabled" : true ,
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 ,
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}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments