Skip to content

Commit

Permalink
Fix RBD numbering in Nextclade pathogen JSON
Browse files Browse the repository at this point in the history
Fixes the RBD numbering for the H3N2 HA pathogen JSON in the Nextclade
workflow to use zero-based indexing instead of one-based. Following from
@rneher's change in the nextclade_data repo [1].

[1] nextstrain/nextclade_data@3354843
  • Loading branch information
huddlej committed Sep 11, 2024
1 parent 1677cc2 commit 78cdcb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nextclade/dataset_config/h3n2/ha/EPI1857216/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"name": "differences",
"weight": 1,
"locations": {
"145": {"default":1},
"144": {"default":1},
"154": {"default":1},
"155": {"default":1},
"156": {"default":1},
"157": {"default":1},
"158": {"default":1},
"159": {"default":1},
"189": {"default":1},
"193": {"default":1}
"188": {"default":1},
"192": {"default":1}
}
}
]
Expand Down

0 comments on commit 78cdcb7

Please sign in to comment.