diff --git a/data/nextstrain/flu/yam/ha/JN993010/CHANGELOG.md b/data/nextstrain/flu/yam/ha/JN993010/CHANGELOG.md index 04463a94..a8a04775 100644 --- a/data/nextstrain/flu/yam/ha/JN993010/CHANGELOG.md +++ b/data/nextstrain/flu/yam/ha/JN993010/CHANGELOG.md @@ -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 diff --git a/data/nextstrain/flu/yam/ha/JN993010/pathogen.json b/data/nextstrain/flu/yam/ha/JN993010/pathogen.json index 485e8a74..574bb847 100644 --- a/data/nextstrain/flu/yam/ha/JN993010/pathogen.json +++ b/data/nextstrain/flu/yam/ha/JN993010/pathogen.json @@ -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" diff --git a/data_output/index.json b/data_output/index.json index 843bd697..b3d9dfdf 100644 --- a/data_output/index.json +++ b/data_output/index.json @@ -767,6 +767,9 @@ "mixedSites", "privateMutations", "stopCodons" + ], + "other": [ + "aaMotifs" ] }, "versions": [ diff --git a/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/CHANGELOG.md b/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/CHANGELOG.md index 04463a94..a8a04775 100644 --- a/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/CHANGELOG.md +++ b/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/CHANGELOG.md @@ -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 diff --git a/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/pathogen.json b/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/pathogen.json index 485e8a74..574bb847 100644 --- a/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/pathogen.json +++ b/data_output/nextstrain/flu/yam/ha/JN993010/unreleased/pathogen.json @@ -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"