Skip to content

Commit

Permalink
Merge pull request #130 from nextstrain/feat/add-sc2-shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Jan 15, 2024
2 parents ed6b6a7 + b402c8c commit 699c271
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
5 changes: 4 additions & 1 deletion data/nextstrain/sars-cov-2/BA.2/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -223215,5 +223215,8 @@
"attributes": {
"name": "SARS-CoV-2 (BA.2)",
"reference name": "Wuhan-Hu-1 with BA.2 SNPs"
}
},
"shortcuts": [
"sars-cov-2-21L"
]
}
5 changes: 4 additions & 1 deletion data/nextstrain/sars-cov-2/wuhan-hu-1/orfs/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6435,5 +6435,8 @@
"name": "SARS-CoV-2",
"reference name": "Wuhan-Hu-1/2019",
"reference accession": "MN908947"
}
},
"shortcuts": [
"sars-cov-2"
]
}
6 changes: 6 additions & 0 deletions data_output/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"datasets": [
{
"path": "nextstrain/sars-cov-2/wuhan-hu-1/orfs",
"shortcuts": [
"sars-cov-2"
],
"enabled": true,
"attributes": {
"name": "SARS-CoV-2",
Expand Down Expand Up @@ -168,6 +171,9 @@
},
{
"path": "nextstrain/sars-cov-2/BA.2",
"shortcuts": [
"sars-cov-2-21L"
],
"enabled": true,
"attributes": {
"name": "SARS-CoV-2 (BA.2)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223215,5 +223215,8 @@
"attributes": {
"name": "SARS-CoV-2 (BA.2)",
"reference name": "Wuhan-Hu-1 with BA.2 SNPs"
}
},
"shortcuts": [
"sars-cov-2-21L"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6435,5 +6435,8 @@
"name": "SARS-CoV-2",
"reference name": "Wuhan-Hu-1/2019",
"reference accession": "MN908947"
}
},
"shortcuts": [
"sars-cov-2"
]
}

0 comments on commit 699c271

Please sign in to comment.