Jelajahi Sumber

Repat annoation

Thomas 1 Minggu lalu
induk
melakukan
30c12c86c4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>(),