|
|
@@ -217,7 +217,7 @@ impl fmt::Display for Annotation {
|
|
|
VEP(_) => "VEP".into(),
|
|
|
CpG => "CpG".into(),
|
|
|
VNTR => "VNTR".into(),
|
|
|
- Repeat => "VNTR".into(),
|
|
|
+ Repeat => "Repeat".into(),
|
|
|
TriNucleotides(bases) => format!(
|
|
|
"Trinucleotides({})",
|
|
|
bases.iter().map(|b| b.to_string()).collect::<String>(),
|