Thomas 1 năm trước cách đây
mục cha
commit
5753b29b6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -520,7 +520,7 @@ fn std_deviation(data: &[f64]) -> Option<f64> {
     }
 }
 
-fn get_se_diag_mrd(
+pub fn get_se_diag_mrd(
     diag_bam_path: &str,
     mrd_bam_path: &str,
     chr: &str,