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',
@stephenwilliams22
stephenwilliams22 / pretty_csv
Created February 22, 2019 18:02
Makes wide CSVs that can be hard to read on a normal screen long.
#!/mnt/opt/R/R-3.5.1/bin/Rscript
#set the library path
.libPaths(new = "/mnt/home/stephen/R/x86_64-pc-linux-gnu-library/3.5")
'Usage:
pretty_csv [-c <csv>]
Options: