Skip to content

Instantly share code, notes, and snippets.

View thalljiscience's full-sized avatar

thalljiscience

View GitHub Profile
@thalljiscience
thalljiscience / get_run_info.py
Last active June 7, 2021 23:32
minknow_api python scripts for monitoring and stopping a run
""" Get sequencing run information for a MinION position and run_id"""
import argparse
import logging
import sys
import os
from minknow_api.manager import Manager
from minknow_api.tools import protocols