Skip to content

Commit c4a57d2

Browse files
committed
Remove external identifiers from test constants
1 parent d65c94c commit c4a57d2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tests/helpers/constants.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
{
493493
"name": "TEST1",
494494
"category": "protein_coding",
495-
"external_identifiers": [{"ensembl_offset": None}, {"uniprot_offset": None}, {"refseq_offset": None}],
495+
"external_identifiers": [],
496496
"target_sequence": {
497497
"sequence_type": "dna",
498498
"sequence": "ACGTTT",
@@ -586,10 +586,6 @@
586586
"url": TEST_SAVED_TAXONOMY["url"],
587587
},
588588
},
589-
# TODO
590-
"uniprot_offset": None,
591-
"ensembl_offset": None,
592-
"refseq_offset": None,
593589
}
594590
],
595591
"metaAnalyzesScoreSetUrns": [],
@@ -774,9 +770,9 @@
774770
"fractionFunctionallyAltering": 0.20,
775771
},
776772
],
777-
"evidenceStrengths": [3, 2, 1, -1],
778-
"thresholds": [1.25, 2.5, 3, 5.5],
779-
"positiveLikelihoodRatios": [100, 10, 1, 0.1],
773+
"evidenceStrengths": [8, 4, 2, 1, -1, -2, -4, -8],
774+
"thresholds": [8, 4, 2, 1, -1, -2, -4, -8],
775+
"positiveLikelihoodRatios": [1000, 100, 10, 1, 0.1, 0.01, 0.001, 0.0001],
780776
"priorProbabilityPathogenicity": 0.20,
781777
}
782778

0 commit comments

Comments
 (0)