Thomas 1 anno fa
parent
commit
7387669238
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -611,7 +611,7 @@ mod tests {
     #[test]
     fn load_bam() -> anyhow::Result<()> {
         init();
-        let id = "CAMARA";
+        let id = "ADJAGBA";
         let time = "diag";
         let bam_path = Config::default().solo_bam(id, time);
         WGSBam::new(Path::new(&bam_path).to_path_buf())?;