Skip to content
Merged
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
12 changes: 4 additions & 8 deletions nextclade/defaults/genome/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
"attributes": {
"name": "Mumps MuV Genotypes (Full genome)",
"reference name": "Jeryl-Lynn (genotype A)",
"reference accession": "D90232"
"reference accession": "D90232",
"experimental": true
},
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
},
"deprecated": false,
"enabled": true,
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
Expand All @@ -54,13 +52,11 @@
"missingData": {
"enabled": true,
"missingDataThreshold": 2000,
"scoreBias": 500,
"scoreWeight": 50
"scoreBias": 500
},
"mixedSites": {
"enabled": true,
"mixedSitesThreshold": 15,
"scoreWeight": 50
"mixedSitesThreshold": 15
},
"frameShifts": {
"enabled": true,
Expand Down
6 changes: 2 additions & 4 deletions nextclade/defaults/sh/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
"attributes": {
"name": "Mumps MuV Genotypes (SH gene 315nt region)",
"reference name": "Jeryl-Lynn (genotype A)",
"reference accession": "D90232"
"reference accession": "D90232",
"experimental": true
},
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
},
"deprecated": false,
"enabled": true,
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
Expand Down