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