Skip to content

Instantly share code, notes, and snippets.

View pschloss's full-sized avatar

Pat Schloss pschloss

View GitHub Profile
@pschloss
pschloss / coverage_by_category.tex
Created March 14, 2016 20:07
tex file that I need to convert to doc
\documentclass[]{article}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\else % if luatex or xelatex
\ifxetex
@pschloss
pschloss / gist:ded36364069f0fd95148
Last active August 29, 2015 14:13
PatLearnsMake.md

Frequently I have a problem like this...

%.error.summary : data/references/HMP_MOCK.fasta %.fasta %.names
	$(eval FASTA=$(subst error.summary,fasta,$@)) \
	$(eval NAMES=$(subst error.summary,names,$@)) \
	mothur "#seq.error(fasta=$(FASTA), name=$(NAMES), reference=data/references/HMP_MOCK.fasta, aligned=F, processors=12)"

What I'd like to be able to do is something like this...

@pschloss
pschloss / .gitignore
Last active March 10, 2020 14:24
Notebook companion to "Dynamics and associations of microbial community types across the human body"
.ipynb_checkpoints/