Skip to content

Commit

Permalink
fix: display splicing scores even when non-coding (bihealth/reev#446) (
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Feb 6, 2024
1 parent d570f1c commit d30f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SeqvarScoresCard/SeqvarScoresCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const polyphenScore = computed((): number | null =>
</v-card-title>
<v-card-subtitle class="text-overline"> Precomputed Sequence Variant Scores </v-card-subtitle>
<v-card-text>
<div v-if="props.varAnnos?.dbnsfp">
<div v-if="props.varAnnos?.dbnsfp || props.varAnnos?.cadd">
<v-table density="compact">
<thead>
<tr>
Expand Down

0 comments on commit d30f492

Please sign in to comment.