Browse Source

Flowcells

Thomas 8 months ago
parent
commit
b9ec454b35
1 changed files with 0 additions and 4 deletions
  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.