Error:
Traceback (most recent call last):
File "/data/user/shared_projects/mavisp_automatization_collection/karok/FGFR1/clinvar_gene/clinvar.py", line 1124, in
df['number_of_stars'] = [stars[x] for x in df['review_status']]
File "/data/user/shared_projects/mavisp_automatization_collection/karok/FGFR1/clinvar_gene/clinvar.py", line 1124, in
df['number_of_stars'] = [stars[x] for x in df['review_status']]
KeyError: 'no classifications from unflagged records'
This is a result of the above string being missing from the dictionary used in the script.
Error:
Traceback (most recent call last):
File "/data/user/shared_projects/mavisp_automatization_collection/karok/FGFR1/clinvar_gene/clinvar.py", line 1124, in
df['number_of_stars'] = [stars[x] for x in df['review_status']]
File "/data/user/shared_projects/mavisp_automatization_collection/karok/FGFR1/clinvar_gene/clinvar.py", line 1124, in
df['number_of_stars'] = [stars[x] for x in df['review_status']]
KeyError: 'no classifications from unflagged records'
This is a result of the above string being missing from the dictionary used in the script.