Skip to content

Commit

Permalink
Additional information for kappa values (#155)
Browse files Browse the repository at this point in the history
* additinal info

* additional statisctics

* delete unused files
  • Loading branch information
gromdimon authored Jul 30, 2024
1 parent 901d9ae commit e86cb52
Show file tree
Hide file tree
Showing 10 changed files with 1,971 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "debugpy",
"request": "launch",
"module": "src.cli",
"args": ["NM_005633.3(SOS1):c.1018C>T", "--genome-release", "grch38"],
"args": ["NM_000257.3(MYH7):c.1157A>G", "--genome-release", "grch37"],
"console": "integratedTerminal"
},
{
Expand Down
16 changes: 8 additions & 8 deletions src/bench/comparison_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,14 @@ def eval_genebe(resp, expected):
except Exception as e:
print(f"Exception was raised for {var[0]} in Genebe:\n{e}")

# Skip if both AutoACMG and Intervar did not return any criteria
if (
record["AutoACMG Criteria"] == ""
and record["Intervar Criteria"] == ""
and record["Genebe Criteria"] == ""
):
print(f"Skipping {var[0]}")
continue
# # Skip if both AutoACMG and Intervar did not return any criteria
# if (
# record["AutoACMG Criteria"] == ""
# and record["Intervar Criteria"] == ""
# and record["Genebe Criteria"] == ""
# ):
# print(f"Skipping {var[0]}")
# continue

# Add the record to the stats
print(f"Record for {var[0]}: {record}")
Expand Down
5 changes: 0 additions & 5 deletions src/bench/correlation_matrix.csv

This file was deleted.

Loading

0 comments on commit e86cb52

Please sign in to comment.