Thomas 1 month ago
parent
commit
f942be5a9f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib.rs

+ 2 - 2
src/lib.rs

@@ -81,8 +81,8 @@ mod tests {
     #[test]
     fn spades_whole() {
         init();
-        let id = "ACHITE";
-        let tp = "mrd";
+        let id = "COIFFET";
+        let tp = "diag";
 
         let res_dir = "/data/longreads_basic_pipe";
         let asm_dir = format!("{res_dir}/{id}/{tp}/scan/reads");