Skip to content

Live monitoring of the minknow using the API #68

@jjkoehorst

Description

@jjkoehorst

I am working on a remote monitoring / storage system and I would like to connect the gridion we have running in our lab.
Using the API I am able to access a simulation run that is running on my laptop and I am able to retrieve basic information like which flow cells are connected and so forth

        print(f"""Acquired: {acquired}, Processed: {processed} for flow cell '{position}' host '{position.host}' state '{position.state}' device_type '{position.device_type}' 
              parent_name '{position.parent_name}' description '{position.description}' 
              protocol_state '{position.protocol_state}' is_simulated '{position.is_simulated}'""")

Acquired: 6978944, Processed: 6978496 for flow cell 'MS00000 (running)' host 'localhost' state 'running' device_type 'MINION' 
              parent_name 'MS00000' description 'name: "MS00000"

However when trying to go beyond that for example get current temperature connection.statistics.get_temperature() it just hangs.

Also I am not sure yet how to retrieve the other information like available pores, reads, bases, health etc...

I tried going through the python tests but these functions might not be used in those?

Screenshot 2024-09-20 at 08 27 44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions