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
''' | |
:Date: 26 Jul 2016 | |
:Author: Public Health England | |
''' | |
"""Detect peaks in data based on their amplitude and other features.""" | |
import argparse | |
from khmer import khmer_args | |
import khmer |