Skip to content

Commit ba5ac47

Browse files
authored
Fix VEP consequence in comment
1 parent 7c7941e commit ba5ac47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/annotate/seqvars/ann.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub enum Consequence {
6969
TranscriptAblation,
7070

7171
/// "A sequence variant whereby an exon is lost from the transcript."
72-
/// SO:exon_loss_variant, VEP:transcript_ablation
72+
/// SO:exon_loss_variant, VEP:exon_loss_variant
7373
ExonLossVariant,
7474

7575
/// "A splice variant that changes the 2 base region at the 3' end of an intron."
@@ -142,7 +142,7 @@ pub enum Consequence {
142142
RareAminoAcidVariant,
143143

144144
/// "A sequence_variant which is predicted to change the protein encoded in the coding sequence."
145-
/// SO:protein_altering_variant, VEP:missense_variant
145+
/// SO:protein_altering_variant, VEP:protein_altering_variant
146146
ProteinAlteringVariant,
147147

148148
// low impact

0 commit comments

Comments
 (0)