Jelajahi Sumber

Default IdsInput

Thomas 6 bulan lalu
induk
melakukan
c7b4d52468
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/collection/flowcells.rs

+ 1 - 1
src/collection/flowcells.rs

@@ -23,7 +23,7 @@ use super::minknow::{MinKnowSampleSheet, PoreStateEntry, PoreStateEntryExt, Thro
 
 /// A collection of `IdInput` records, with utility methods
 /// for loading, saving, deduplication, and construction from TSV.
-#[derive(Debug, Serialize, Deserialize, Clone)]
+#[derive(Debug, Serialize, Deserialize, Clone, Default)]
 pub struct IdsInput {
     /// The list of ID entries.
     pub data: Vec<IdInput>,