Skip to content

Instantly share code, notes, and snippets.

View MADscientist314's full-sized avatar
💻
learning

Michael J. MADscientist314

💻
learning
  • Baylor College of Mediciine
  • Houston, Tx
View GitHub Profile
@MADscientist314
MADscientist314 / 1_qiime_part.sh
Last active October 16, 2019 15:44 — forked from erictleung/1_qiime_part.sh
Updated QIIME2 to Phyloseq Code for qiime2-2019.7 version syntax. Orignally derived from https://github.com/joey711/phyloseq/issues/821#issuecomment-371701469
# ---
# title: Export QIIME2 OTU table to compatible file for phyloseq
# description: |
# Three main steps to get to compatible file to import to phyloseq
#
# Outline:
# 1. Export OTU table
# 2. Export taxonomy table
# 3. Export phylogenetic tree
# ---