File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,15 @@ def create_key_alterations(
276276 """Create the list of significant variants matched by the KB.
277277
278278 This list of matches is also used to create the variant counts.
279+
280+ kb_matches: the full list of matched kb objects found for the reported variants
281+ all_variants: the full list of all reported variants, matched or unmatched
282+ included_kb_matches: the list of kb_variant ids to be allowed in the key alterations table;
283+ this is all kb_variants if partially matched statements are allowed, or
284+ the subset of kb_variants that are conditions for at least one
285+ fully satisfied statement condition set, if partially matched statements
286+ are not allowed (ie, kb_variants that are not part of any fully satisfied
287+ statement condition set are excluded)
279288 """
280289 alterations = []
281290 type_mapping = {
You can’t perform that action at this time.
0 commit comments