Thomas преди 8 месеца
родител
ревизия
b9ec454b35
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/collection/minknow.rs

+ 0 - 4
src/collection/minknow.rs

@@ -214,10 +214,6 @@ pub fn parse_pore_activity_from_reader<R: std::io::Read>(
 /// the duration the channel has been in that state (in raw sample counts).
 #[derive(Debug, Serialize, Deserialize, Clone)]
 pub struct PoreStateEntry {
-    /// Channel identifier (typically 1 to N depending on device model).
-    #[serde(rename = "Channel")]
-    pub channel: u32,
-
     /// Current status of the pore in this channel.
     ///
     /// Values include: `adapter`, `strand`, `unavailable`, etc.