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

+ 1 - 1
src/lib.rs

@@ -438,7 +438,7 @@ impl NeoContig {
                 }
             }
         });
-        println!("{:?}", alignments);
+        println!("n bwa {:?}", alignments.len());
         self.alignments = alignments;
     }