Skip to content

Instantly share code, notes, and snippets.

View gregcaporaso's full-sized avatar
🌱

Greg Caporaso gregcaporaso

🌱
View GitHub Profile
@gregcaporaso
gregcaporaso / summarize_barcodes.py
Created July 10, 2012 17:07
Script for summarizing barcode error in the 'ultra-deep' ANL sequencing run
#!/usr/bin/env python
# File created on 03 Jul 2012
from __future__ import division
__author__ = "Greg Caporaso"
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.5.0-dev"
__maintainer__ = "Greg Caporaso"
@gregcaporaso
gregcaporaso / mgrast_fnas_to_qiime_fna.py
Created July 8, 2012 17:06
Script to convert a group of MG-RAST files into a single seqs.fna file for use with QIIME
#!/usr/bin/env python
# File created on 26 Jun 2012
from __future__ import division
__author__ = "Greg Caporaso"
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.5.0-dev"
__maintainer__ = "Greg Caporaso"