Skip to content

Instantly share code, notes, and snippets.

View alexjironkin's full-sized avatar

Alex Jironkin alexjironkin

View GitHub Profile
@alexjironkin
alexjironkin / gist:4ed43412878723491240814a0d5a6ed6
Last active January 28, 2023 05:15
min_abundance_finder.py
'''
: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