Thomas 3 сар өмнө
parent
commit
cec679562c

+ 2 - 2
src/collection/pod5.rs

@@ -77,7 +77,7 @@ impl Pod5 {
     }
 }
 
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Serialize, Deserialize, Clone)]
 pub struct Pod5sRun {
     pub run_id: String,
     pub flow_cell_id: String,
@@ -269,7 +269,7 @@ impl fmt::Display for Pod5sFlowCellStats {
     }
 }
 
-#[derive(Debug, Default, Serialize, Deserialize)]
+#[derive(Debug, Default, Serialize, Deserialize, Clone)]
 pub struct Pod5sRuns {
     pub data: Vec<Pod5sRun>,
 }