# HG changeset patch # User iuc # Date 1485027764 18000 # Node ID c393687bd857dd57490dcff29543ecaf0db61bf2 # Parent eacbaa76d6fc318c27860b5d473f8f8d9b38e3dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit 19ea4feff5ccf3744c549b9a67259947a1cb90ba diff -r eacbaa76d6fc -r c393687bd857 filter-below-abund.py --- a/filter-below-abund.py Mon Nov 14 17:50:16 2016 -0500 +++ b/filter-below-abund.py Sat Jan 21 14:42:44 2017 -0500 @@ -34,18 +34,17 @@ # # Contact: khmer-project@idyll.org from __future__ import print_function + +import os import sys -import os + import khmer from khmer.thread_utils import ThreadedSequenceProcessor, verbose_fasta_iter WORKER_THREADS = 8 GROUPSIZE = 100 - CUTOFF = 50 -### - def main(): counting_ht = sys.argv[1]