GitHub - mgtools/AbundantOTU (original) (raw)

Program Name: AbundantOTU+ (AbundantOTU with additional functions)

Most recent release: 0.95b

Releases

Introduction

AbundantOTU+ is a tool for fast identification and quantification of abundant Operational Taxonomic Units (OTU). It takes in DNA sequences of 16S rRNA genes (gene fragments) as inputs, and outputs consensus sequences of abundant OTUs.

AbundantOTU+ (and AbundantOTU) on the web:http://omics.informatics.indiana.edu/AbundantOTU(Please check the project home page for updates and newer version of the program)

Installation

Simply run install

The executable file "AbundantOTU" will be created under folder bin/

Using AbundantOTU+

Usage: type AbundantOTU+ for usages

See an example under examples/, go to this folder, and run,

  ../bin/AbundantOTU+ -i DivergentGSFLXClean.fa -o DivergentGSFLXClean-AbundantOTU+

  Input: DivergentGSFLXClean.fa
  Outputs:
   DivergentGSFLXClean-AbundantOTU.cons      -- a file of consensus sequences, each representing an abundant OTU
   DivergentGSFLXClean-AbundantOTU.clustsize -- a file of the sizes of the OTUs
   DivergentGSFLXClean-AbundantOTU.clust     -- a file of detailed information of the recruitment of the reads

  Note: there is no more *.single files produced by AbundantOTU+ (unless you use -abundantonly option);
        but you may decide the abundant level of the OTUs you are interested by checking the *.clustsize file

Using AbundantOTU+ for multiple samples

Notes

Citation