Skip to content

Commit ec2c00b

Browse files
Merge pull request #52 from nextstrain/fix/nextclade-align-metadata-and-qc-schema
fix(nextclade): align dataset metadata and qc config with schema
2 parents ad2cf68 + f7d57dd commit ec2c00b

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

nextclade/defaults/genome/pathogen.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
"attributes": {
2121
"name": "Mumps MuV Genotypes (Full genome)",
2222
"reference name": "Jeryl-Lynn (genotype A)",
23-
"reference accession": "D90232"
23+
"reference accession": "D90232",
24+
"experimental": true
2425
},
2526
"compatibility": {
2627
"cli": "3.0.0-alpha.0",
2728
"web": "3.0.0-alpha.0"
2829
},
29-
"deprecated": false,
30-
"enabled": true,
31-
"experimental": true,
3230
"files": {
3331
"changelog": "CHANGELOG.md",
3432
"examples": "sequences.fasta",
@@ -54,13 +52,11 @@
5452
"missingData": {
5553
"enabled": true,
5654
"missingDataThreshold": 2000,
57-
"scoreBias": 500,
58-
"scoreWeight": 50
55+
"scoreBias": 500
5956
},
6057
"mixedSites": {
6158
"enabled": true,
62-
"mixedSitesThreshold": 15,
63-
"scoreWeight": 50
59+
"mixedSitesThreshold": 15
6460
},
6561
"frameShifts": {
6662
"enabled": true,

nextclade/defaults/sh/pathogen.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
"attributes": {
2121
"name": "Mumps MuV Genotypes (SH gene 315nt region)",
2222
"reference name": "Jeryl-Lynn (genotype A)",
23-
"reference accession": "D90232"
23+
"reference accession": "D90232",
24+
"experimental": true
2425
},
2526
"compatibility": {
2627
"cli": "3.0.0-alpha.0",
2728
"web": "3.0.0-alpha.0"
2829
},
29-
"deprecated": false,
30-
"enabled": true,
31-
"experimental": true,
3230
"files": {
3331
"changelog": "CHANGELOG.md",
3432
"examples": "sequences.fasta",

0 commit comments

Comments
 (0)