Skip to content

Commit

Permalink
adjust rules to maximize correct assignment of designated sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Jun 7, 2023
1 parent a804602 commit 65101be
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion constellations/definitions/cB.1.1.529.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rules": {
"default": {
"min_alt": 22,
"max_ref": 2,
"max_ref": 3,
"spike:D614G": "not ref"
},
"Probable": {
Expand Down
7 changes: 2 additions & 5 deletions constellations/definitions/cBA.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 27,
"max_ref": 3,
"spike:Q493":"alt",
"n:P151":"ref",
"nuc:G27788":"ref"
"min_alt": 23,
"max_ref": 4
}
}
}
4 changes: 2 additions & 2 deletions constellations/definitions/cBA.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 27,
"max_ref": 5,
"min_alt": 25,
"max_ref": 4,
"s:Q493":"ref",
"nuc:C26858":"ref",
"nuc:G27788":"ref",
Expand Down
2 changes: 1 addition & 1 deletion constellations/definitions/cXBB-parent1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rules": {
"default": {
"min_alt": 2,
"max_ref": 0
"max_ref": 2
}
}
}
2 changes: 1 addition & 1 deletion constellations/definitions/cXBB-parent2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rules": {
"default": {
"min_alt": 0,
"max_ref": 0
"max_ref": 1
}
}
}
4 changes: 2 additions & 2 deletions constellations/definitions/cXBB.1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"spike:F486P"
],
"rules": {
"min_alt": 1,
"max_ref": 1,
"min_alt": 2,
"max_ref": 0,
"spike:F486":"alt"
}
}
4 changes: 2 additions & 2 deletions constellations/definitions/cXBB.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"orf8:G8*"
],
"rules": {
"min_alt": 1,
"max_ref": 1
"min_alt": 2,
"max_ref": 0
}
}
2 changes: 1 addition & 1 deletion constellations/definitions/cXE.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"nuc:C14599T"
],
"rules": {
"min_alt": 2,
"min_alt": 3,
"max_ref": 0
}
}

0 comments on commit 65101be

Please sign in to comment.