Skip to content

Commit ddfbe57

Browse files
dezordirneher
authored andcommitted
Fix orov dataset based on PR review comments.
- Fix typo: "Oropouch" → "Oropouche" in CHANGELOG.md files - Fix casing: "oroV" → "OROV" in README.md titles - Update meta URLs from dezordi/nextclade_data_workflows to InstitutoTodosPelaSaude/nextclade-datasets-workflows - Adjust placementMaskRanges to use 0-based coordinates (off-by-one fix) - Increase privateMutations cutoff thresholds: - L segments: 20 → 30 - M segments: 15 → 20 - S segments: 15 → 20 - Add "alignmentPreset": "high-diversity" to L/refseq alignment params - Add note on truncated 3' UTR to S/refseq README with recommendation to use S/tefe for full-length sequences - Improve tefe CHANGELOG descriptions (e.g. "NCBI tefe" → "Tefe outbreak reference genome") - Add missing newlines at end of files - Update tree.json files with refreshed phylogenetic trees
1 parent bb8faae commit ddfbe57

24 files changed

Lines changed: 36963 additions & 26607 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Unreleased
22

3-
Initial release of a Oropouch Virus (OROV) dataset for segment L based on NCBI refseq reference genome.
3+
Initial release of a Oropouche Virus (OROV) dataset for segment L based on NCBI refseq reference genome.
44

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

data/community/itps/orov/L/refseq/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nextclade Dataset for "oroV" L segment based on RefSeq reference genome
1+
# Nextclade Dataset for "OROV" L segment based on RefSeq reference genome
22

33
## Dataset Attributes
44

@@ -10,11 +10,11 @@
1010

1111
## Scope of This Dataset
1212

13-
The dataset aims to enable the quality control of segment L of Oropouche virus using ncbi refseq as reference.
13+
The dataset aims to enable the quality control of segment L ofOropouche virus using ncbi refseq as reference.
1414

1515

1616
The source code is available at [InstitutoTodosPelaSaude/nextclade-datasets-workflows](https://github.com/InstitutoTodosPelaSaude/nextclade-datasets-workflows/tree/main/orov).
1717

1818
For bugs, please open an [issue](https://github.com/InstitutoTodosPelaSaude/nextclade-datasets-workflows/issues).
1919

20-
Read more about Nextclade datasets in the Nextclade documentation: [Nextclade Datasets](https://docs.nextstrain.org/projects/nextclade/en/stable/user/datasets.html).
20+
Read more about Nextclade datasets in the Nextclade documentation: [Nextclade Datasets](https://docs.nextstrain.org/projects/nextclade/en/stable/user/datasets.html).

data/community/itps/orov/L/refseq/pathogen.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nextstrain/nextclade/refs/heads/release/packages/nextclade-schemas/input-pathogen-json.schema.json",
33
"alignmentParams": {
4-
"retryReverseComplement": true
4+
"retryReverseComplement": true,
5+
"alignmentPreset": "high-diversity"
56
},
67
"attributes": {
78
"name": "orov/L/refseq",
@@ -15,10 +16,10 @@
1516
"placementMaskRanges": [
1617
{
1718
"begin": 0,
18-
"end": 44
19+
"end": 43
1920
},
2021
{
21-
"begin": 6797,
22+
"begin": 6796,
2223
"end": 6846
2324
}
2425
],
@@ -35,8 +36,8 @@
3536
"treeJson": "tree.json"
3637
},
3738
"meta": {
38-
"bugs": "https://github.com/dezordi/nextclade_data_workflows/issues",
39-
"source code": "https://github.com/dezordi/nextclade_data_workflows/tree/main/oroV"
39+
"bugs": "https://github.com/InstitutoTodosPelaSaude/nextclade-datasets-workflows/issues",
40+
"source code": "https://github.com/InstitutoTodosPelaSaude/nextclade-datasets-workflows/tree/main/orov"
4041
},
4142
"qc": {
4243
"frameShifts": {
@@ -75,7 +76,7 @@
7576
"mixedSitesThreshold": 7
7677
},
7778
"privateMutations": {
78-
"cutoff": 20,
79+
"cutoff": 30,
7980
"enabled": true,
8081
"typical": 10,
8182
"weightLabeledSubstitutions": 2,
@@ -94,4 +95,4 @@
9495
"tag": "unreleased"
9596
},
9697
"defaultCds": "L"
97-
}
98+
}

0 commit comments

Comments
 (0)