Skip to content

Commit

Permalink
Add QC parameters to pathogen.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimandrews committed May 7, 2024
1 parent 751cb5c commit 503df23
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions nextclade_dataset/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,30 @@
"treeJson": "measles_nextclade.json"
},
"attributes": {
"name": "Measles"
"name": "Measles (N450)",
"reference name": "Ichinose-B95a",
"reference accession": "NC_001498.1"
},
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
"schemaVersion": "1.0.0",
"alignmentParams": {
"minSeedCover": 0.01,
"minLength": 400
},
"qc": {
"missingData": {
"enabled": true,
"missingDataThreshold": 20,
"scoreBias": 4
},
"mixedSites": {
"enabled": true,
"mixedSitesThreshold": 4
},
"frameShifts": {
"enabled": true
},
"stopCodons": {
"enabled": true
}
}
}

0 comments on commit 503df23

Please sign in to comment.