Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/nextstrain/sars-cov-2/wuhan-hu-1/orfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

Add "recombinant" QC metric

## 2025-09-19T14:53:06Z

- Add all 172 Pango lineages newly designated between 2025-08-01 and 2025-09-18. Unfold below to see a list of all newly included lineages with their designation dates:
Expand Down
5 changes: 5 additions & 0 deletions data/nextstrain/sars-cov-2/wuhan-hu-1/orfs/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2691,6 +2691,11 @@
"cdsName": "ORF9b"
}
]
},
"recombinants": {
"enabled": true,
"mutationsThreshold": 3,
"scoreWeight": 100.0
}
},
"schemaVersion": "3.0.0",
Expand Down
13 changes: 10 additions & 3 deletions data_output/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,21 @@
"mixedSites",
"privateMutations",
"snpClusters",
"stopCodons"
"stopCodons",
"recombinants"
],
"other": [
"mutLabels"
]
},
"versions": [
{
"tag": "unreleased",
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
}
},
{
"updatedAt": "2025-09-19T14:53:06Z",
"tag": "2025-09-19--14-53-06Z",
Expand Down Expand Up @@ -257,8 +265,7 @@
}
],
"version": {
"updatedAt": "2025-09-19T14:53:06Z",
"tag": "2025-09-19--14-53-06Z",
"tag": "unreleased",
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
Expand Down
Loading