Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add glycosylation annotation to B/Yam results #99

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 2 additions & 0 deletions data/nextstrain/flu/yam/ha/JN993010/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Initial release for Nextclade v3!
This dataset is converted from the corresponding older dataset for Nextclade v2. You can find old versions of datasets here: https://github.com/nextstrain/nextclade_data/tree/2023-08-17--15-51-24--UTC/data/datasets

Read more about Nextclade datasets in the documentation: https://docs.nextstrain.org/projects/nextclade/en/stable/user/datasets.html

- Adds glycosylation annotation to alignment results
25 changes: 25 additions & 0 deletions data/nextstrain/flu/yam/ha/JN993010/pathogen.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
{
"aaMotifs": [
{
"description": "N-linked glycosylation motifs (N-X-S/T with X any amino acid other than P)",
"includeGenes": [
{
"gene": "HA1"
},
{
"gene": "HA2",
"ranges": [
{
"begin": 0,
"end": 186
}
]
}
],
"motifs": [
"N[^P][ST]"
],
"name": "glycosylation",
"nameFriendly": "Glycosylation",
"nameShort": "Glyc."
}
],
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
Expand Down
3 changes: 3 additions & 0 deletions data_output/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,9 @@
"mixedSites",
"privateMutations",
"stopCodons"
],
"other": [
"aaMotifs"
]
},
"versions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Initial release for Nextclade v3!
This dataset is converted from the corresponding older dataset for Nextclade v2. You can find old versions of datasets here: https://github.com/nextstrain/nextclade_data/tree/2023-08-17--15-51-24--UTC/data/datasets

Read more about Nextclade datasets in the documentation: https://docs.nextstrain.org/projects/nextclade/en/stable/user/datasets.html

- Adds glycosylation annotation to alignment results
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
{
"aaMotifs": [
{
"description": "N-linked glycosylation motifs (N-X-S/T with X any amino acid other than P)",
"includeGenes": [
{
"gene": "HA1"
},
{
"gene": "HA2",
"ranges": [
{
"begin": 0,
"end": 186
}
]
}
],
"motifs": [
"N[^P][ST]"
],
"name": "glycosylation",
"nameFriendly": "Glycosylation",
"nameShort": "Glyc."
}
],
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
Expand Down