This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ont_fast5_api.fast5_interface import get_fast5_file | |
def guppy_from_file(fn): | |
""" | |
>>> guppy_from_file("single.fast5") | |
'3.0.7+427b5a11' | |
>>> guppy_from_file("multi.fast5") | |
'3.0.7+427b5a11' | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: kinetics_tools | |
channels: | |
- bioconda | |
- conda-forge | |
- defaults | |
dependencies: | |
- python>=3.7 | |
- pip | |
- pip: | |
- git+http://github.com/PacificBiosciences/pbcore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
DEFAULT_SERVER_HOST = "127.0.0.1" | |
DEFAULT_SERVER_PORT = 5555 | |
DEFAULT_TIMEOUT = 500 | |
BASE_ARGS = ( | |
( | |
"Inputs", # GROUP |