QIIME-1.9.1 in Discovery Environment
| The iPlant App Store is currently being restructured, and apps are being moved to an HPC environment. During this transition, users may occasionally be unable to locate or use apps that are listed in our tutorials. In many cases, these apps can be located by searching them using the search bar at the top of the Apps window in the DE. To increase the chance for search success, try not searching the entire app name and version number but only the portion that refers to the app's function or origin (e.g. 'SOAPdenovo' instead of 'SOAPdenovo-Trans 1.01'). In critical cases, please report your concern to the iPlant Ask forum or to support@iplantcollaborative.org. Thank you for your patience. |
The DE Quick Start tutorial provides an introduction to basic DE functionality and navigation. Please work through the tutorial and add your comments on the bottom of this page. Or send comments per email to upendra@cyverse.org. Thank you.
Rationale and background:
J Gregory Caporaso, Justin Kuczynski, Jesse Stombaugh, Kyle Bittinger, Frederic D Bushman, Elizabeth K Costello, Noah Fierer, Antonio Gonzalez Pena, Julia K Goodrich, Jeffrey I Gordon, Gavin A Huttley, Scott T Kelley, Dan Knights, Jeremy E Koenig, Ruth E Ley, Catherine A Lozupone, Daniel McDonald, Brian D Muegge, Meg Pirrung, Jens Reeder, Joel R Sevinsky, Peter J Turnbaugh, William A Walters, Jeremy Widmann, Tanya Yatsunenko, Jesse Zaneveld and Rob Knight; Nature Methods, 2010; doi:10.1038/nmeth.f.303
DE apps for QIIME analyses
qiime1.9.1-validate_mapping_file (DE app for checking the user's metadata mapping file for required data, valid format and report errors):
Input(s):
Mandatory arguments
- Mapping file- Optional arguments
- Output folder name (default is "vmf-map")
Output:
A log file, html file, and corrected_mapping.txt file.
2. qiime1.9.1-split_libraries_fastq (DE app for demultiplexing and quality filtering sequences):
Input(s):
Mandatory arguments
- The sequence read fastq file (can be gzipped)- Output folder name (default is "slout")
Optional arguments
- Mapping file
- Barcode fastq file (can be gzipped)
- Phred quality score (default is "3")
- Barcode type (default is "golay_12")
Output:
Demultiplexed and quality filtered Illumina fastq data and written results to ./slout (default) directory
3. qiime1.9.1-count_seqs (DE app for counting the number of sequences in fasta file)
Input(s):
a. Mandatory arguments
- The sequence read fastq file (can be gzipped)
b. Optional arguments
- Output file (default is "output.txt")
Output:
Count the sequences in a fasta file and write results to output.txt file (default).
Input(s):
a. Mandatory arguments
- The input sequences in fasta file
- The output directory (default is "otus")
- b. Optional arguments
- - Parameters file (Path to the parameter file, which specifies changes to the default behavior. See http://www.qiime.org/documentation/file_formats.html#qiime-parameters)
Output:
The primary output that we get from this command is the OTU table, or the number of times each operational taxonomic unit (OTU) is observed in each sample.