|
|
@@ -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>,
|