Skip to content

Commit

Permalink
Format H1 HA Auspice config like Python's JSON module does
Browse files Browse the repository at this point in the history
Keep the formatting of the Auspice config JSON for H1 HA that Python's
JSON module produces in the `scripts/generate_scale_for_coloring.py`
script.
  • Loading branch information
huddlej committed May 13, 2024
1 parent 3d6660c commit dfa79c9
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions profiles/nextflu-private/h1n1pdm/ha/auspice_config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"title": "Real-time tracking of influenza A/H1N1pdm evolution",
"maintainers": [
{"name": "Jover Lee", "url": "https://bedford.io/team/jover-lee/"},
{"name": "John Huddleston", "url": "https://bedford.io/team/john-huddleston/"},
{"name": "Richard Neher", "url": "https://neherlab.org/richard-neher.html"},
{"name": "Trevor Bedford", "url": "https://bedford.io/team/trevor-bedford/"}
{
"name": "Jover Lee",
"url": "https://bedford.io/team/jover-lee/"
},
{
"name": "John Huddleston",
"url": "https://bedford.io/team/john-huddleston/"
},
{
"name": "Richard Neher",
"url": "https://neherlab.org/richard-neher.html"
},
{
"name": "Trevor Bedford",
"url": "https://bedford.io/team/trevor-bedford/"
}
],
"data_provenance": [
{
Expand Down

0 comments on commit dfa79c9

Please sign in to comment.