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 2, 2024
1 parent 751cb5c commit 05269d0
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions nextclade_dataset/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,26 @@
"attributes": {
"name": "Measles"
},
"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 05269d0

Please sign in to comment.