├── GIFs ├── MinION.gif └── PromethION.gif ├── README.md ├── examples ├── MinION_example.txt └── PromethION_example.txt ├── flowcellgif.py └── requirements.txt /GIFs/MinION.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/GIFs/MinION.gif -------------------------------------------------------------------------------- /GIFs/PromethION.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/GIFs/PromethION.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/README.md -------------------------------------------------------------------------------- /examples/MinION_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/examples/MinION_example.txt -------------------------------------------------------------------------------- /examples/PromethION_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/examples/PromethION_example.txt -------------------------------------------------------------------------------- /flowcellgif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/flowcellgif.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattloose/flowcellvis/HEAD/requirements.txt --------------------------------------------------------------------------------