Skip to content

Commit 9c5ef71

Browse files
authored
Merge pull request #452 from nextstrain/bdbv-update
Bdbv update
2 parents 7fe5523 + 04cefce commit 9c5ef71

13 files changed

Lines changed: 3363 additions & 9 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
## Unreleased
2+
3+
- Add outbreak annotation
4+
- add GP_003:367 to known stop codons
5+
- Include 2026 genomes
6+
7+
18
## 2026-05-15T16:16:45Z
9+
10+
Initial release of this dataset.

data/nextstrain/orthoebolavirus/bdbv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
| nextclade dataset path | nextstrain/orthoebolavirus/bdbv |
88
| annotation | [NC_014373.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_014373.1) |
99

10-
This Nextclade dataset for Bundibugyo virus [(Orthoebolavirus bundibugyoense)](https://ictv.global/report/chapter/filoviridae/filoviridae/orthoebolavirus) aligns to the reference sequence [NC_014373.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_014373) and translates major CDS. It scores the sequence with respect to unexpected frameshifts or stop codons, missing sequence (in form of `NNN`s) and mixed bases. Outbreak annotations, as well as refined QC scores are planned additions for the future.
10+
This Nextclade dataset for Bundibugyo virus [(Orthoebolavirus bundibugyoense)](https://ictv.global/report/chapter/filoviridae/filoviridae/orthoebolavirus) aligns to the reference sequence [NC_014373.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_014373) and translates major CDS. It scores the sequence with respect to unexpected frameshifts or stop codons, missing sequence (in form of `NNN`s) and mixed bases.
1111

12-
For more information on Ebola viruses, see [ViralZone](https://viralzone.expasy.org/207).
12+
Data from the 2026 outbreak were generously shared by the groups of Prof. Placide Mbala-Kingebeni (INRB, DRC) and Dr Isaac Ssewanyana (CPHL, Uganda) to facilitate the public health response and containment of the virus. These data are described in a post on [Virological.org](https://virological.org/t/initial-genomes-from-may-2026-bundibugyo-virus-disease-outbreak-in-the-democratic-republic-of-the-congo-and-uganda/1032) and were deposited in Pathoplexus under [Restricted Data-Use terms](https://pathoplexus.org/about/terms-of-use/restricted-data). Please consult the authors and the [data-use terms](https://pathoplexus.org/about/terms-of-use/restricted-data) before using these sequences.
1313

1414

1515

data/nextstrain/orthoebolavirus/bdbv/pathogen.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"allowedMismatches": 10,
77
"windowSize": 40,
88
"minSeedCover": 0.03,
9-
"gapAlignmentSide": "left"
9+
"gapAlignmentSide": "left",
10+
"retryReverseComplement": true
1011
},
1112
"attributes": {
1213
"name": "Bundibugyo ebolavirus",
@@ -59,13 +60,13 @@
5960
},
6061
"stopCodons": {
6162
"enabled": true,
62-
"ignoredStopCodons": [],
63+
"ignoredStopCodons": [{"cdsName": "GP_003", "codon": 366}],
6364
"scoreWeight": 20
6465
}
6566
},
6667
"schemaVersion": "3.0.0",
6768
"shortcuts": [
68-
"nextstrain/ebola/bebov"
69+
"nextstrain/ebola/bdbv"
6970
],
7071
"version": {
7172
"updatedAt": "2026-04-14T11:55:23Z",

data/nextstrain/orthoebolavirus/bdbv/tree.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data_output/index.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@
23172317
{
23182318
"path": "nextstrain/orthoebolavirus/bdbv",
23192319
"shortcuts": [
2320-
"nextstrain/ebola/bebov"
2320+
"nextstrain/ebola/bdbv"
23212321
],
23222322
"attributes": {
23232323
"name": "Bundibugyo ebolavirus",
@@ -2335,6 +2335,9 @@
23352335
"reference": "reference.fasta"
23362336
},
23372337
"capabilities": {
2338+
"customClades": {
2339+
"outbreak": 4
2340+
},
23382341
"qc": [
23392342
"frameShifts",
23402343
"missingData",
@@ -2344,6 +2347,13 @@
23442347
]
23452348
},
23462349
"versions": [
2350+
{
2351+
"tag": "unreleased",
2352+
"compatibility": {
2353+
"cli": "3.0.0-alpha.0",
2354+
"web": "3.0.0-alpha.0"
2355+
}
2356+
},
23472357
{
23482358
"updatedAt": "2026-05-15T16:16:45Z",
23492359
"tag": "2026-05-15--16-16-45Z",
@@ -2354,8 +2364,7 @@
23542364
}
23552365
],
23562366
"version": {
2357-
"updatedAt": "2026-05-15T16:16:45Z",
2358-
"tag": "2026-05-15--16-16-45Z",
2367+
"tag": "unreleased",
23592368
"compatibility": {
23602369
"cli": "3.0.0-alpha.0",
23612370
"web": "3.0.0-alpha.0"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Unreleased
2+
3+
- Add outbreak annotation
4+
- add GP_003:367 to known stop codons
5+
- Include 2026 genomes
6+
7+
8+
## 2026-05-15T16:16:45Z
9+
10+
Initial release of this dataset.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Nextclade dataset for Bundibugyo virus (Orthoebolavirus bundibugyoense)
2+
3+
| Key | Value |
4+
| ---------------------- | ------------------------------------------------------------------------------- |
5+
| authors | [Richard Neher](https://neherlab.org) |
6+
| data source | Genbank |
7+
| nextclade dataset path | nextstrain/orthoebolavirus/bdbv |
8+
| annotation | [NC_014373.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_014373.1) |
9+
10+
This Nextclade dataset for Bundibugyo virus [(Orthoebolavirus bundibugyoense)](https://ictv.global/report/chapter/filoviridae/filoviridae/orthoebolavirus) aligns to the reference sequence [NC_014373.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_014373) and translates major CDS. It scores the sequence with respect to unexpected frameshifts or stop codons, missing sequence (in form of `NNN`s) and mixed bases.
11+
12+
Data from the 2026 outbreak were generously shared by the groups of Prof. Placide Mbala-Kingebeni (INRB, DRC) and Dr Isaac Ssewanyana (CPHL, Uganda) to facilitate the public health response and containment of the virus. These data are described in a post on [Virological.org](https://virological.org/t/initial-genomes-from-may-2026-bundibugyo-virus-disease-outbreak-in-the-democratic-republic-of-the-congo-and-uganda/1032) and were deposited in Pathoplexus under [Restricted Data-Use terms](https://pathoplexus.org/about/terms-of-use/restricted-data). Please consult the authors and the [data-use terms](https://pathoplexus.org/about/terms-of-use/restricted-data) before using these sequences.
13+
14+
15+
Binary file not shown.

0 commit comments

Comments
 (0)