Skip to content

Instantly share code, notes, and snippets.

View taylorreiter's full-sized avatar

Taylor Reiter taylorreiter

View GitHub Profile
#! /usr/bin/env python
import sourmash
if __name__ == "__main__":
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-k", "--ksize", type=int, default=51)