Skip to content

Commit

Permalink
These are now predictors
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Nov 26, 2024
1 parent 98f8b5a commit 17ef4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v03_pipeline/lib/reference_datasets/dbnsfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
)

SHARED_TYPES = {
'REVEL_score': hl.tfloat32,
'fathmm-MKL_coding_score': hl.tfloat32,
'MutPred_score': hl.tfloat32,
'PrimateAI_score': hl.tfloat32,
}
TYPES = {
Expand Down Expand Up @@ -46,6 +44,8 @@
'Polyphen2_HVAR_score',
'VEST4_score',
'MPC_score',
'MutPred_score',
'REVEL_score',
}
PREDICTOR_FIELDS = ['MutationTaster_pred']

Expand Down

0 comments on commit 17ef4ca

Please sign in to comment.