Skip to content

Commit

Permalink
Merge pull request #235 from kipoi/beluga-variant-scoring
Browse files Browse the repository at this point in the history
Add variant scoring to DeepSEA/beluga
  • Loading branch information
haimasree authored Mar 2, 2021
2 parents be564c4 + e0a0403 commit 7a1e911
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DeepSEA/beluga/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ schema:
column_labels:
- predictor_names.txt

postprocessing:
variant_effects:
seq_input:
- seq
use_rc: true
scoring_functions:
- type: diff
default: true
- type: logit
default: true

test:
expect:
url: https://s3.eu-central-1.amazonaws.com/kipoi-models/predictions/e988be6b74ad08b63d1b2000b428965828d789e6/DeepSEA/beluga/test.expect.pytorch.h5
Expand Down

0 comments on commit 7a1e911

Please sign in to comment.