File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626from .constants import (
2727 COSMIC_SIGNATURE_VARIANT_TYPE ,
2828 HLA_SIGNATURE_VARIANT_TYPE ,
29- MSI_MAPPING ,
3029 HRD_MAPPING ,
30+ MSI_MAPPING ,
3131 TMB_SIGNATURE ,
3232 TMB_SIGNATURE_VARIANT_TYPE ,
3333)
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def convert_statements_to_alterations(
168168 diseases = [c for c in statement ["conditions" ] if c ["@class" ] == "Disease" ]
169169 disease_match = len (diseases ) == 1 and diseases [0 ]["@rid" ] in disease_matches
170170 reference = ";" .join ([e ["displayName" ] for e in statement ["evidence" ]])
171- if statement [' relevance' ][ ' name' ] == ' eligibility' :
171+ if statement [" relevance" ][ " name" ] == " eligibility" :
172172 reference = ";" .join ([e ["sourceId" ] for e in statement ["evidence" ]])
173173
174174 ipr_section = gkb_statement .categorize_relevance (
Original file line number Diff line number Diff line change 77
88from pori_python .graphkb import GraphKBConnection
99from pori_python .graphkb .genes import (
10+ PREFERRED_GENE_SOURCE_NAME ,
1011 get_cancer_genes ,
1112 get_cancer_predisposition_info ,
1213 get_gene_information ,
1819 get_pharmacogenomic_info ,
1920 get_preferred_gene_name ,
2021 get_therapeutic_associated_genes ,
21- PREFERRED_GENE_SOURCE_NAME ,
2222)
2323from pori_python .graphkb .util import get_rid
2424
Original file line number Diff line number Diff line change 77
88from pori_python .graphkb .match import INPUT_COPY_CATEGORIES
99from pori_python .ipr .constants import (
10- MSI_MAPPING ,
1110 HRD_MAPPING ,
11+ MSI_MAPPING ,
1212 TMB_SIGNATURE ,
1313 TMB_SIGNATURE_HIGH_THRESHOLD ,
1414)
2121 preprocess_cosmic ,
2222 preprocess_expression_variants ,
2323 preprocess_hla ,
24- preprocess_msi ,
2524 preprocess_hrd ,
25+ preprocess_msi ,
2626 preprocess_signature_variants ,
2727 preprocess_small_mutations ,
2828 preprocess_structural_variants ,
You can’t perform that action at this time.
0 commit comments