Skip to content

gezthxbio/getRunSummary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

getRunSummary

Oxford Nanopore Promethion run summary getRunSummary.py is a python script that takes Experiment ID as input and outputs PromethION run summary for each positions and for each barcodes in a table format. The script utilises minknow_api to fetch information.
The script will create a .tsv & xlsx file with "User given Experiment ID"_summary.tsv naming convention.

Dependecies Installation

pip install minknow_api pandas colorama tqdm

usage:

python getRunSummary.py -ho localhost -p 9502 -e 6123123

Parameter explanation

General options:  
  -h, --help        show the help and exit  
  -ho, --host       localhost OR hostname of the device
  -p, --port        grpc port : 9501 OR 9502
  -e, --exid        experiment ID

About

Oxford Nanopore Promethion run summary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages