Parcourir la source

somatic_depth_quality_ranges bug fix

Thomas il y a 2 semaines
Parent
commit
91263c0e19
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/variant/variants_stats.rs

+ 1 - 2
src/variant/variants_stats.rs

@@ -1008,8 +1008,7 @@ mod tests {
             low_quality_ranges.len(),
             low_quality_ranges.total_len(),
         );
-
-        println!("{:?}", high_depth_ranges.first());
+high_depth_ranges.iter().take(10).for_each(|e| println!("{e:?}"));
         Ok(())
     }
 }