Skip to content

Commit

Permalink
feat: remove qc weights for deletions
Browse files Browse the repository at this point in the history
In Nextclade, we decided against splitting private deletions for now and only do this for substitutions. So the deletion weights are not used anywhere. Let's remove them to avoid confusion. [Slack thread](https://neherlab.slack.com/archives/C015PFP5V44/p1642673286092400?thread_ts=1642673073.091600&cid=C015PFP5V44)
  • Loading branch information
ivan-aksamentov committed Jan 20, 2022
1 parent 583bc72 commit d005f50
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
"typical": 8,
"cutoff": 24,
"weightLabeledSubstitutions": 4,
"weightLabeledDeletions": 4,
"weightReversionSubstitutions": 6,
"weightReversionDeletions": 8,
"weightUnlabeledSubstitutions": 1,
"weightUnlabeledDeletions": 1
"weightUnlabeledSubstitutions": 1
},
"missingData": {
"enabled": true,
Expand Down

0 comments on commit d005f50

Please sign in to comment.