Skip to content

Commit

Permalink
Merge pull request #127 from nextstrain/mpox-shortcuts
Browse files Browse the repository at this point in the history
Add shortcuts to mpox datasets
  • Loading branch information
rneher authored Jan 10, 2024
2 parents 8d7a3a6 + 5acdad4 commit 8cd66f1
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/nextstrain/mpox/all-clades/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"MPXV",
"nextstrain/mpox"
],
"version": {
"tag": "unreleased"
}
Expand Down
3 changes: 3 additions & 0 deletions data/nextstrain/mpox/clade-iib/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"hMPXV"
],
"version": {
"tag": "unreleased"
}
Expand Down
3 changes: 3 additions & 0 deletions data/nextstrain/mpox/lineage-b.1/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"hMPXV_B1"
],
"version": {
"tag": "unreleased"
}
Expand Down
10 changes: 10 additions & 0 deletions data_output/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,10 @@
},
{
"path": "nextstrain/mpox/all-clades",
"shortcuts": [
"MPXV",
"nextstrain/mpox"
],
"enabled": true,
"attributes": {
"name": "Mpox virus (All clades)",
Expand Down Expand Up @@ -1205,6 +1209,9 @@
},
{
"path": "nextstrain/mpox/clade-iib",
"shortcuts": [
"hMPXV"
],
"enabled": true,
"attributes": {
"name": "Mpox virus (Clade IIb)",
Expand Down Expand Up @@ -1249,6 +1256,9 @@
},
{
"path": "nextstrain/mpox/lineage-b.1",
"shortcuts": [
"hMPXV_B1"
],
"enabled": true,
"attributes": {
"name": "Mpox virus (Lineage B.1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"MPXV",
"nextstrain/mpox"
],
"version": {
"tag": "unreleased"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"hMPXV"
],
"version": {
"tag": "unreleased"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
}
},
"schemaVersion": "3.0.0",
"shortcuts": [
"hMPXV_B1"
],
"version": {
"tag": "unreleased"
}
Expand Down

0 comments on commit 8cd66f1

Please sign in to comment.