Questions tagged [qiime]

QIIME is an open source software package for comparison and analysis of microbial communities.

QIIME (pronounced "chime") stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples.

QIIME allows analysis of high-throughput community sequencing data.

63 questions
0
votes
1 answer

bwa mem used. 'mem' being shown as unrecognized command

I am using Virtual Box and trying to run bwa on the terminal. To align left and right reads against the reference I used 'bwa mem' it showed me an error stating "unrecognized command 'mem'". Is there a way I can get it separately or another way…
anaqib
  • 1
  • 2
0
votes
4 answers

Running a python QIIME script on multiple files

I am trying to make a script file to run a python script (from the QIIME pipeline) on multiple files without typing the script every time (I have roughly 150 files and more coming). I use a virtualbox to run an ubuntu environment. I started by…
Seb Matamoros
  • 339
  • 2
  • 4
  • 14
0
votes
2 answers

install python collections

i'm trying to install a program called qiime http://qiime.org/install/install.html and I have finished installing prerequisites and building and installing as per the instructions but I'm stuck because python cant find defaultdict Counter. I googled…
user1158903
1 2 3 4
5