frankligy / NeoAntigenWorkflow

NeoAntigenWorkflow
0 stars 0 forks source link

mhcPresent.py second match unexpected keyError #1

Closed frankligy closed 4 years ago

frankligy commented 4 years ago

{'E8.1': False, 'E8.2': False, 'E8.3': True, 'E9.10': True} E9.1 ENSG00000150403 E8.3|E9.1 ENST00000465556 multiprocess.pool.RemoteTraceback: """ Traceback (most recent call last): File "/data/salomonis2/LabFiles/Frank-Li/python3/mhcPresent.py", line 510, in second_match judge_query = dict_judge[exam2] KeyError: 'E9.1'

frankligy commented 4 years ago

Have been solved, this issue is for version before 0.1.9, from 0.2.0 we updated the matching criteria and add detailed comment at second_match function. This issue will be closed.