Bladeren bron

Repat annoation

Thomas 1 week geleden
bovenliggende
commit
30c12c86c4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/annotation/mod.rs

+ 1 - 1
src/annotation/mod.rs

@@ -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>(),