Skip to content

Commit

Permalink
fix: RBD position numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Aug 8, 2024
1 parent 6890959 commit 3354843
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion data/nextstrain/flu/h3n2/ha/EPI1857216/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

Fix numbering of RBD sites it the `pathogen.json`. The relevant positions were indexed 1-based, when they should have been indexed 0-based.

## 2024-07-03T08:29:55Z

Added configuration of current and recent vaccine strains as 'reference nodes' on the reference tree, against which query sequences can be compared. This feature is in addition to the new 'compare to clade founder' feature, allowing to compare each query sequence to the most ancestral node of a clade or lineage.
Expand All @@ -20,7 +24,7 @@ After discussion with various members of the seasonal influenza virus surveillan
- `H.3` --> `J.3`
- `H.4` --> `J.4`

The subclades `H` and `H.*` were revoked, and a comment was added to explain the reason. No subclade definitions were changed.
The subclades `H` and `H.*` were revoked, and a comment was added to explain the reason. No subclade definitions were changed.


## 2024-01-16T20:31:02Z
Expand Down
14 changes: 7 additions & 7 deletions data/nextstrain/flu/h3n2/ha/EPI1857216/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,25 +106,25 @@
"name": "differences",
"weight": 1,
"locations": {
"145": {
"144": {
"default": 1
},
"155": {
"154": {
"default": 1
},
"156": {
"155": {
"default": 1
},
"158": {
"157": {
"default": 1
},
"159": {
"158": {
"default": 1
},
"189": {
"188": {
"default": 1
},
"193": {
"192": {
"default": 1
}
}
Expand Down

0 comments on commit 3354843

Please sign in to comment.