Thomas 10 months ago
parent
commit
043deb5e1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/collection/bam.rs

+ 1 - 1
src/collection/bam.rs

@@ -147,7 +147,7 @@ impl WGSBam {
     }
 }
 
-#[derive(Debug)]
+#[derive(Debug, Default)]
 pub struct BamCollection {
     pub bams: Vec<WGSBam>,
 }