Thomas 2 vuotta sitten
vanhempi
commit
4d20ef1a2b
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/lib.rs

+ 5 - 0
src/lib.rs

@@ -595,6 +595,11 @@ impl Contig {
     pub fn hgvs(&self) -> Option<String> {
         self.contig_ref.hgvs()
     }
+
+    pub fn desc(&self) -> Option<String> {
+        self.contig_ref.desc()
+    }
+
 }
 
 fn group_mappings(mappings: &mut Vec<Mapping>) -> Result<Vec<Vec<Mapping>>> {