Skip to content

Instantly share code, notes, and snippets.

View stephenwilliams22's full-sized avatar

Stephen Williams stephenwilliams22

View GitHub Profile
@stephenwilliams22
stephenwilliams22 / interleave_fastq.py
Created April 10, 2017 23:27 — forked from ngcrawford/interleave_fastq.py
Interleave paired end fastq files
#!/usr/bin/env python
# encoding: utf-8
import sys
import argparse
def interface():
parser = argparse.ArgumentParser()
parser.add_argument('--rm-short-reads',