Skip to content

Commit

Permalink
annotation_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pontikos committed Jun 13, 2017
1 parent c10ed7d commit 5c6efd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/annotation_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ def cadd(d):
continue
if 'transcript_consequences' not in d:
#eprint(d['variant_id']+' NOT CODING')
print('ERROR:',d['variantId']+' NOT CODING')
continue
d['transcript_consequences']=[]
print(d['variantId']+' NOT CODING')
#continue
clean(d,'cadd')
clean(d,'kaviar')
clean(d,'exac_nfe')
Expand Down

0 comments on commit 5c6efd9

Please sign in to comment.