Skip to content

Commit

Permalink
fix: proper display of SpliceAI scores (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 9, 2024
1 parent 015470d commit 62b0385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SeqvarScoresCard/SeqvarScoresCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ const expandMMSplice = ref<boolean>(false)
const SpliceAiKeys = [
'SpliceAI-acc-gain',
'SpliceAi-acc-loss',
'SpliceAi-don-gain',
'SpliceAi-don-loss'
'SpliceAI-acc-loss',
'SpliceAI-don-gain',
'SpliceAI-don-loss'
]
const MMSpliceKeys = [
'MMSp_acceptorIntron',
Expand Down

0 comments on commit 62b0385

Please sign in to comment.