We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ad751 commit 975ee0eCopy full SHA for 975ee0e
v03_pipeline/lib/annotations/expression_helpers.py
@@ -172,10 +172,8 @@ def get_expr_for_vep_sorted_transcript_consequences_array(
172
'lof_filter',
173
'lof_flags',
174
'lof_info',
175
- 'polyphen_prediction',
176
'protein_id',
177
'protein_start',
178
- 'sift_prediction',
179
],
180
)
181
@@ -302,9 +300,7 @@ def get_expr_for_worst_transcript_consequence_annotations_struct(
302
300
'lof_flags': hl.tstr,
303
301
'lof_filter': hl.tstr,
304
'lof_info': hl.tstr,
305
- 'polyphen_prediction': hl.tstr,
306
'protein_id': hl.tstr,
307
- 'sift_prediction': hl.tstr,
308
},
309
310
0 commit comments