Thomas 8 сар өмнө
parent
commit
6b643ddbfe

+ 1 - 0
src/variant/variant.rs

@@ -394,6 +394,7 @@ impl VcfVariant {
 
 
     pub fn deletion_desc(&self) -> Option<DeletionDesc> {
     pub fn deletion_desc(&self) -> Option<DeletionDesc> {
         if let Some(len) = self.deletion_len() {
         if let Some(len) = self.deletion_len() {
+            info!("{len}");
             Some(DeletionDesc {
             Some(DeletionDesc {
                 contig: self.position.contig(),
                 contig: self.position.contig(),
                 start: self.position.position + 1,
                 start: self.position.position + 1,