<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>QIIME News and Announcements</title>
	<atom:link href="http://qiime.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qiime.wordpress.com</link>
	<description>Quantitative Insights into Microbial Ecology</description>
	<lastBuildDate>Wed, 14 Dec 2011 04:39:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='qiime.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>QIIME News and Announcements</title>
		<link>http://qiime.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://qiime.wordpress.com/osd.xml" title="QIIME News and Announcements" />
	<atom:link rel='hub' href='http://qiime.wordpress.com/?pushpress=hub'/>
		<item>
		<title>QIIME 1.4.0 is live!</title>
		<link>http://qiime.wordpress.com/2011/12/14/qiime-1-4-0-is-live/</link>
		<comments>http://qiime.wordpress.com/2011/12/14/qiime-1-4-0-is-live/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:38:32 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=256</guid>
		<description><![CDATA[We&#8217;re very excited to announce the 1.4.0 release of QIIME. You can find the new version here. We&#8217;ll be posting the new EC2 images (release and development versions) tomorrow, and you&#8217;ll be able to find the AMI identifiers on the &#8220;Resources&#8221; page of the new QIIME website. This release contains a fix for the make_distance_histograms.py [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=256&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re very excited to announce the 1.4.0 release of QIIME. You can find the new version <a href="http://sourceforge.net/projects/qiime/files/releases/Qiime-1.4.0.tar.gz/download">here</a>. We&#8217;ll be posting the new EC2 images (release and development versions) tomorrow, and you&#8217;ll be able to find the AMI identifiers on the <a href="http://qiime.org/home_static/dataFiles.html">&#8220;Resources&#8221; page of the new QIIME website</a>.</p>
<p>This release contains a fix for the <a href="http://qiime.wordpress.com/2011/12/03/bug-identified-in-make_distance_histograms-py-affecting-all-versions-of-qiime/">make_distance_histograms.py bug</a> that we announced last week. Again, we&#8217;re sorry for any inconvenience that that may have caused. This release is additionally packed with a lot of new features &#8211; some key ones are:</p>
<p>* A lot of <a href="http://qiime.org/tutorials/index.html">new tutorials</a> including <a href="http://qiime.org/tutorials/retraining_rdp.html">retraining of the RDP classifier</a>, <a href="http://qiime.org/tutorials/working_with_aws.html">working with Amazon Web Services</a>, <a href="http://qiime.org/tutorials/unix_commands.html">coverage of basic unix/linux commands</a>, and others.</p>
<p>* Addition of the OTUPIPE workflow for chimera detection, quality filtering, and OTU picking. This is now available via the pick_otus.py module, and will require you to install the <a href="http://www.drive5.com/usearch/">usearch software</a> (even in EC2 and VirtualBox, due to licensing restrictions).</p>
<p>* Addition of code to support plotting comparisons of raw distance data in QIIME. This is available in the new scripts <a href="http://qiime.org/scripts/make_distance_comparison_plots.html">make_distance_comparison_plots.py</a> and <a href="http://qiime.org/scripts/make_distance_boxplots.html">make_distance_boxplots.py</a>, and covered in a <a href="http://qiime.org/tutorials/creating_distance_comparison_plots.html">new tutorial</a> which includes some examples of the plots that can be generated.</p>
<p>* Added new script <a href="http://qiime.org/scripts/nmds.html">nmds.py</a> to support Non-Metric Multidimensional Scaling analysis.</p>
<p>* Support in the <a href="http://qiime.org/scripts/pick_otus_through_otu_table.html">pick_otus_through_otu_table.py</a> scipt for running uclust_ref in parallel with creation of new clusters (i.e., open-reference OTU picking with the reference step running in parallel and the de novo step running serially).</p>
<p>* assign_taxonomy_reference_seqs_fp and assign_taxonomy_id_to_taxonomy_fp are new qiime_config values, allowing users to set defaults for the dataset they&#8217;d like to perform taxonomy assignment against. This works for the serial and parallel versions of <a href="http://qiime.org/scripts/assign_taxonomy.html">assign_taxonomy</a> for both BLAST and RDP.</p>
<p>* Added option (-e/&#8211;max_rare_depth) to the command line of <a href="http://qiime.org/scripts/alpha_rarefaction.html">alpha_rarefaction.py</a>. This provides a convenient way for users to specify the maximum rarefaction depth on the command line, and is useful for when it needs to be set to something other than the median rarefaction depth. Also added option to control minimum rarefaction depth from the alpha_rarefaction.py command line.</p>
<p>* Added support for 5- and 10-fold and leave-one-out cross-validation to <a href="http://qiime.org/scripts/supervised_learning.html">supervised_learning.py</a>.</p>
<p>* Added <a href="http://qiime.org/scripts/subsample_fasta.html">subsample_fasta.py</a> module for randomly subsampling fasta files.</p>
<p>Plus lots of additional new features: the list continues in the <a href="http://qiime.svn.sourceforge.net/viewvc/qiime/tags/1.4.0-rc2/ChangeLog">ChangeLog for this release</a>.</p>
<p>Thanks, and have fun!</p>
<p>Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=256&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2011/12/14/qiime-1-4-0-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>Bug identified in make_distance_histograms.py affecting all versions of QIIME</title>
		<link>http://qiime.wordpress.com/2011/12/03/bug-identified-in-make_distance_histograms-py-affecting-all-versions-of-qiime/</link>
		<comments>http://qiime.wordpress.com/2011/12/03/bug-identified-in-make_distance_histograms-py-affecting-all-versions-of-qiime/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 23:53:28 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=253</guid>
		<description><![CDATA[Hi all, We discovered a serious bug last night in the make_distance_histograms.py script. This bug results in incorrect t statistics and p values being generated under some circumstances. We&#8217;re still investigating this now, and we&#8217;re working on a fix. This bug only affects the output from the make_distance_histograms.py script. If you&#8217;re using this script through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=253&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>We discovered a serious bug last night in the make_distance_histograms.py script. This bug results in incorrect t statistics and p values being generated under some circumstances. We&#8217;re still investigating this now, and we&#8217;re working on a fix.</p>
<p>This bug only affects the output from the make_distance_histograms.py script. If you&#8217;re using this script through the beta_diversity_through_plots.py workflow, these will be the files in the &#8220;&lt;metric&gt;_histograms&#8221; directory where &lt;metric&gt; refers to the beta diversity metric that you&#8217;re using. It does look like this bug affects all versions of QIIME.</p>
<p>We&#8217;re very sorry for any inconvenience this has caused. We take these issues very seriously, and we&#8217;d like to thank the <a href="http://forum.qiime.org">QIIME Forum</a> user &#8220;Poom&#8221; for bring this to our attention. We&#8217;re going to follow up in the QIIME Forum with additional details on this bug. Our plan for getting a fix to users is that we&#8217;re going to bump up the priority on the QIIME 1.4.0 release, which will incorporate this fix (as well as a lot of new features). Since we are already close to a release, we decided that this will be a more efficient solution than patching the 1.3.0 release. We&#8217;ll keep you posted with details on QIIME 1.4.0, but we expect that this will come out within the next two weeks.</p>
<p>Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=253&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2011/12/03/bug-identified-in-make_distance_histograms-py-affecting-all-versions-of-qiime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>New QIIME homepage</title>
		<link>http://qiime.wordpress.com/2011/10/13/new-qiime-homepage/</link>
		<comments>http://qiime.wordpress.com/2011/10/13/new-qiime-homepage/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 19:47:01 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=242</guid>
		<description><![CDATA[Hello all, We posted a new home page at www.qiime.org today. This is in response to users who told us that there are too many QIIME sites to keep track of (the documentation, the blog, the forums, our YouTube help videos page). All of these independent sites are still in the same locations, but you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=242&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello all,</p>
<p>We posted a new home page at <a href="http://www.qiime.org">www.qiime.org</a> today. This is in response to users who told us that there are too many QIIME sites to keep track of (the documentation, the blog, the forums, our YouTube help videos page). All of these independent sites are still in the same locations, but you can now easily access them all (plus some new stuff that will be going up soon) from the home page at <a href="http://www.qiime.org">www.qiime.org</a>. The previous homepage is now the <a href="http://qiime.org/documentation_index.html">top-level of the QIIME documentation</a>. Enjoy!</p>
<p>Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=242&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2011/10/13/new-qiime-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>QIIME 1.3.0 is live!</title>
		<link>http://qiime.wordpress.com/2011/06/29/qiime-1-3-0-is-live/</link>
		<comments>http://qiime.wordpress.com/2011/06/29/qiime-1-3-0-is-live/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 23:48:31 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=232</guid>
		<description><![CDATA[We&#8217;re proud to announce the release of QIIME 1.3.0 today! Some important things to know about the upgrade are listed on the new &#8220;Upgrading &#8230;&#8221; page. Go here for instructions on how to upgrade existing installations of the QIIME VB. For AWS users, the QIIME 1.3.0 EC2 image identifier is ami-dce51eb5. This a major release [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=232&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce the release of <a href="http://sourceforge.net/projects/qiime/files/releases/Qiime-1.3.0.tar.gz/download">QIIME 1.3.0</a> today! Some important things to know about the upgrade are listed on the new <a href="http://qiime.org/install/upgrade.html">&#8220;Upgrading &#8230;&#8221; page</a>. Go here for instructions on how to <a href="http://qiime.org/install/virtual_box.html#upgrading-from-previous-versions-of-the-qiime-virtual-box">upgrade existing installations of the QIIME VB</a>. For AWS users, the QIIME 1.3.0 EC2 image identifier is ami-dce51eb5.</p>
<p>This a major release of QIIME, packed with too many new features to cover them all here. Some highlights are:</p>
<p>* Added support for the RDP Classifier version 2.2 in response to several feature requests. QIIME now supports RDP 2.0 and RDP 2.2.</p>
<p>* Overhauled support for Illumina data in QIIME with a new script, <a href="http://qiime.org/scripts/split_libraries_fastq.html">split_libraries_fastq.py</a>. fastq is now the default format for incoming Illumina data to QIIME, and several scripts have been provided to convert other file formats to fastq (<a href="http://qiime.org/scripts/process_qseq.html">process_qseq.py</a> and <a href="http://qiime.org/scripts/process_iseq.html">process_iseq.py</a>). Check out the <a href="http://qiime.org/tutorials/processing_illumina_data.html">&#8220;Processing Illumina Data&#8221; tutorial</a> for an overview of how to work with Illumina data in QIIME.</p>
<p>* Full integration of the QIIME Denoiser (<a href="http://www.ncbi.nlm.nih.gov/pubmed/20805793">Reeder and Knight, 2010</a>) into Qiime: Denoiser is no longer a stand-alone package. Some enhancements were made to the Denoiser in the process, including check-pointing for failure recovery.</p>
<p>* Added support for <a href="http://code.google.com/p/ampliconnoise/">AmpliconNoise</a> via the <a href="http://qiime.org/scripts/ampliconnoise.html">ampliconnoise.py</a> script. We&#8217;ve also dropped support for PyroNoise as AmpliconNoise is the successor to that package.</p>
<p>* Added the <a href="http://qiime.org/scripts/core_qiime_analyses.html">core_qiime_analyses.py</a> script. This plugs together many components of QIIME (<a href="http://qiime.org/scripts/split_libraries.html">split libraries.py</a>, <a href="http://qiime.org/scripts/pick_otus_through_otu_table.html">pick_otus_through_otu_table.py</a>, <a href="http://qiime.org/scripts/beta_diversity_through_plots.html">beta_diversity_through_plots.py</a>, <a href="http://qiime.org/scripts/alpha_rarefaction.html">alpha_rarefaction.py</a>, and several others) in an effort to combine the core functionality in a single command. The output of this script includes an html page that serves as an index into the results, to facilitate sharing of results. This script should be considered to be in BETA status. One known issue is no failure recovery &#8211; if an analysis fails at some point in the analysis it&#8217;s not possible to continue where the failed run left off, possibly resulting in wasted compute time.</p>
<p>* Parameter files have been made optional for all workflow scripts. This greatly simplifies the interface for the workflow scripts when users want to work with default parameters.</p>
<p>* Added the <a href="http://qiime.org/scripts/plot_taxa_summary.html">plot_taxa_summary.py</a> workflow script, which includes (optionally) summarizing the OTU table by category, then summarizing taxa for an OTU table, and generating area, bar, and pie charts.</p>
<p>* A lot of updated and new documentation: the <a href="http://qiime.org/tutorials/tutorial.html">QIIME Overview tutorial</a>, the <a href="http://qiime.org/tutorials/processing_illumina_data.html">Illumina data processing tutorial</a>, and the <a href="http://qiime.org/tutorials/denoising_454_data.html">Denoiser tutorial</a> have all been overhauled, and a new tutorial has been added that covers <a href="http://qiime.org/tutorials/processing_18S_data.html">processing 18S data with QIIME</a>. A lot of minor documentation changes have been pushed in through-out the code base.</p>
<p>* The beta_diversity_through_3d_plots.py has been renamed to <a href="http://qiime.org/scripts/beta_diversity_through_plots.html">beta_diversity_through_plots.py</a> to reflect additional functionality. It now also generates 2d plots and distance histograms, and any of the plots can be disabled by passing the options &#8211;suppress_distance_histograms, &#8211;suppress_2d_plots, and &#8211;suppress_3d_plots.</p>
<p>* Added <a href="http://qiime.org/scripts/inflate_denoiser_output.html">inflate_denoiser_output.py</a> script to simplify the integration of denoiser results into the QIIME pipeline. See the <a href="http://qiime.org/tutorials/denoising_454_data.html">Denoiser tutorial</a> for details. To reduce the number of possible pathways through QIIME with denoising (which were difficult to support), support for denoising was removed from <a href="http://qiime.org/scripts/pick_otus_through_otu_table.html">pick_otus_through_otu_table.py</a> in favor of working with the pipeline presented in the tutorial.</p>
<p>* Reorganized and renamed output from the workflow scripts for clarity. You&#8217;ll notice changes in your results from <a href="http://qiime.org/scripts/pick_otus_through_otu_table.html">pick_otus_through_otu_tables.py</a>, <a href="http://qiime.org/scripts/pick_reference_otus_through_otu_table.html">pick_reference_otus_through_otu_tables.py</a>, and <a href="http://qiime.org/scripts/beta_diversity_through_plots.html">beta_diversity_through_plots.py</a>. The same files are still created, but with less complex naming of files and a simpler directory structure.</p>
<p>* Added <a href="http://qiime.org/scripts/plot_semivariogram.html">plot_semivariogram.py</a> to plot semivariograms using two distance matrices.</p>
<p>* Added <a href="http://qiime.org/scripts/filter_tree.html">filter_tree.py</a> which prunes a list of tips from a tree. Lists of tips can be provided in similar ways as to <a href="http://qiime.org/scripts/filter_fasta.html">filter_fasta.py</a>.</p>
<p>* Added <a href="http://qiime.org/scripts/make_tep.html">make_tep.py</a>, which creates a <a href="http://topiaryexplorer.sourceforge.net/">TopiaryExplorer</a> project file (.tep) from an otu table, a metadata mapping file, and a tree.</p>
<p>* We&#8217;ve posted help videos for getting setup with the QIIME VirtualBox and EC2 which you can find <a href="http://www.youtube.com/user/qiimeHelp#p/u">here</a>.</p>
<p>Check out the <a href="http://qiime.svn.sourceforge.net/viewvc/qiime/tags/1.3.0-rc2/ChangeLog?revision=2228&amp;view=markup">ChangeLog</a> for a more comprehensive list of the changes in QIIME 1.3.0.</p>
<p>A few additional notes:</p>
<p>* For QIIME VB users: we now recommend making at least 2GB of RAM available to your VirtualBox.</p>
<p>* We&#8217;d like to thank Paul Marshall for his work on the <a href="http://qiime.org/install/virtual_box.html#upgrading-from-previous-versions-of-the-qiime-virtual-box">app_deploy.py</a> script. This is a very useful tool for installing/upgrading QIIME (and other software) in Linux environments, and was used for building the QIIME 1.3.0 VirtualBox and EC2 instances. It is available for our users to upgrade/install QIIME, but should be considered to be in BETA status &#8211; this has been tested in the QIIME VirtualBox, but is not recommended for use on production systems at this stage.</p>
<p>* Due to popular demand, we&#8217;ll be adding a page soon that lists courses and workshops that will cover QIIME. We&#8217;ll post to the blog when that page goes live.</p>
<p>Thanks to all of the QIIME developers for the hard work that went into QIIME 1.3.0, and to our users for all the feedback that helps us improve QIIME. As always, get in touch on the <a href="forum.qiime.org">forums</a> if you run into questions. Have fun!</p>
<p>-Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=232&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2011/06/29/qiime-1-3-0-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>QIIME 1.2.1 is live!</title>
		<link>http://qiime.wordpress.com/2011/02/23/qiime-1-2-1-is-live/</link>
		<comments>http://qiime.wordpress.com/2011/02/23/qiime-1-2-1-is-live/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 23:36:02 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=216</guid>
		<description><![CDATA[We are happy to announce a minor QIIME release today: QIIME 1.2.1. Some of the notable new features are: In response to NCBI&#8217;s announcement to drop support for SRA, we no longer support submission of data to the SRA using QIIME. We now support submission of data to MG-RAST using the new submit_to_mgrast.py script. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=216&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce a minor QIIME release today: <a href="http://sourceforge.net/projects/qiime/files/releases/Qiime-1.2.1.tar.gz/download">QIIME 1.2.1</a>. </p>
<p>Some of the notable new features are:</p>
<ul>
<li> In response to <a href="http://www.ncbi.nlm.nih.gov/sra">NCBI&#8217;s announcement to drop support for SRA</a>, we no longer support submission of data to the SRA using QIIME. We now support submission of data to MG-RAST using the new <a href="http://qiime.org/scripts/submit_to_mgrast.html">submit_to_mgrast.py</a> script.
<li> The make_pie_charts.py script has been replaced with a new script, <a href="http://qiime.org/scripts/plot_taxa_summary.html">plot_taxa_summary.py</a>, which in addition to creating pie charts will also create area charts and bar charts. These new plots are particularly useful for looking at how taxonomy changes across time/space gradients. We&#8217;ve created a new <a href="http://qiime.org/tutorials/taxonomy_summaries.html">taxa summary tutorial</a> showing how to use this new script. You can find some example bar plots there.
<li> Added binary_otu_gain as a new beta diversity metric to compute non-phylogenetic gain (G), or the amount of new OTUs in a sample (or samples) with respect to another sample (or samples). This complements the phylogenetic variant of this metric, unifrac_g.
<li> Added a reference-based OTU picking workflow script, <a href="http://qiime.org/scripts/pick_reference_otus_through_otu_table.html">pick_reference_otus_through_otu_table.py</a>, which performs strict reference-based OTU picking where a pre-existing tree and taxonomy will be used (allowing users to bypass the slow steps where these are created in the pick_otus_through_otu_table.py workflow). This can also be used for applying the Shotgun UniFrac pipeline.
<li> Changed defaults for uclust and uclust_ref OTU pickers, as described in <a href="http://qiime.wordpress.com/2010/12/17/new-default-parameters-for-uclust-otu-pickers/">this blog post</a>.
<li> Added support for generating inVUE plots in <a href="http://qiime.org/scripts/make_3d_plots.html">make_3d_plots.py</a>.
<li> Changed the method for p-value calculation in Procrustes analysis Monte Carlo in response to SF bug # <a href="http://sourceforge.net/tracker/?func=detail&amp;aid=3189200&amp;group_id=272178&amp;atid=1157164">3189200</a>.
</ul>
<p>As of QIIME 1.2.1, we moved the EC2 image out of beta testing status, and have now released it as an EBS which means that it is possible to save the state of the machine and (manually) pause it to save money when not actively running jobs. We encourage users to try this out as our initial uses of this have been very successful. This is a great way to get a lot of compute power, relatively cheaply, for your QIIME runs. Information on <a href="http://qiime.org/install/vm_ec2.html">running QIIME on EC2 is here</a>. You can find the official image by searching for AMI ami-0c12e165. After booting the image in your own amazon account, you&#8217;ll then log in as user &#8216;ubuntu&#8217;. </p>
<p>Updated versions of the <a href="http://qiime.org/install/virtual_box.html">QIIME VirtualBox</a> and the <a href="http://qiime.org/install/vm_ec2.html">EC2 image</a> are now available, as is a new version of the <a href="http://qiime.org/install/virtual_box.html#upgrading-from-previous-versions-of-the-qiime-virtual-box">QIIME VirtualBox update script</a>. We recommend updating to the latest version of the <a href="http://www.virtualbox.org/wiki/Downloads">Oracle VirtualBox</a> software as they seem to have fixed some issues that were present in the previous versions.</p>
<p>Also note that we&#8217;ll be maintaining links to the most recent versions of dependencies, as well as our most recent build of the Greengenes references OTUs on the top right corner of the <a href="http://blog.qiime.org">blog homepage</a> so you can always find that information there. </p>
<p>Have fun!</p>
<p>Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=216&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2011/02/23/qiime-1-2-1-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>New default parameters for uclust OTU pickers</title>
		<link>http://qiime.wordpress.com/2010/12/17/new-default-parameters-for-uclust-otu-pickers/</link>
		<comments>http://qiime.wordpress.com/2010/12/17/new-default-parameters-for-uclust-otu-pickers/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 23:06:56 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=191</guid>
		<description><![CDATA[After reviewing some results from uclust and uclust_ref OTU picking, we&#8217;ve decided to change the default parameters associated with these OTU pickers in the QIIME pick_otus.py scripts. These changes have the effect of slowing down the OTU pickers, but give better results. We were noticing in certain cases (notably the gg_otus_6oct2010) that we had representative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=191&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After reviewing some results from uclust and uclust_ref OTU picking, we&#8217;ve decided to change the default parameters associated with these OTU pickers in the QIIME pick_otus.py scripts. <strong>These changes have the effect of slowing down the OTU pickers, but give better results.</strong></p>
<p>
We were noticing in certain cases (notably the gg_otus_6oct2010) that we had representative sequences that were greater than 97% similar. This led to generation of multiple OTUs that should have been a single OTU, or &#8216;split OTUs&#8217;. The changes we&#8217;ve made to address this are: increase max_accepts from 8 to 20; increase max_rejects from 32 to 500; increase stepwords from 8 to 20; and increase word_length from 8 to 12. This appears to get around the &#8216;split OTU&#8217; problem.</p>
<p>
Performance comparisons based on 50,000 to 250,000 sequences (median length: 235) are below (Figures 1 and 2). The increase in run time is not much different for uclust (de novo), but is quite a bit higher for uclust_ref because there is more extensive testing against a very large collection of seeds. These comparisons were performed using an Amazon Web Services m2.4xlarge instance with the <a href="http://qiime.sourceforge.net/install/vm_ec2.html">QIIME EC2 image</a> (modified to use the SVN version of QIIME).</p>
<p>
We&#8217;ve also changed the default representative sequence picking method from most_abundant to first. This ensures that the uclust seed is taken as the representative sequence for each OTU. Sequence abundance is taken into account upstream in pick_otus.py now (as it has been since QIIME 1.1.0) using the presort by abundance feature which ensures that abundant sequences are more likely to be used as OTU seeds than less abundant sequences. In practice, the difference in what sequence is chosen as the representative is minimal as the most abundant sequence is always the first in each cluster, but can be thrown off if there is a tie for the most abundant sequence within an OTU.</p>
<p>
<strong>In this process we&#8217;ve also re-picked our greengenes OTUs. The new version, gg_otus_29nov2010, is available from the Greengenes site</strong> <a href="http://greengenes.lbl.gov/Download/Sequence_Data/Fasta_data_files/Caporaso_Reference_OTUs_29nov2010/gg_otus_29nov2010.zip">here</a>.</p>
<p>
If you&#8217;re using QIIME 1.2.0, you can call <em>pick_otus.py &#8211;max_accepts 20 &#8211;max_rejects 500 &#8211;uclust_stable_sort; pick_rep_set.py -m first</em> to get close to the new defaults in QIIME 1.2.0-dev. The <em>&#8211;stepwords</em> and <em>&#8211;word_length</em> options are currently available only in the svn version of QIIME, and will go into QIIME 1.3.0. If you&#8217;re using SVN QIIME and you&#8217;d prefer uclust to run faster, you can also set these values back to the 1.2.0 defaults (which are listed below) on the command line or in a parameters file.</p>
<p>
Finally, thanks to Les Dethlefsen at Stanford for initial investigations on what these parameter settings should be for OTU picking!<br />
Greg</p>
<p>
&nbsp;</p>
<p>
<a href="http://qiime.files.wordpress.com/2010/12/uc_speed_comparisons.png"><img class="alignnone size-full wp-image-192" title="uc_speed_comparisons" src="http://qiime.files.wordpress.com/2010/12/uc_speed_comparisons.png?w=510&#038;h=172" alt="" width="510" height="172" /></a><br />
<strong>Figure 1</strong>: Run time of <em>pick_otus.py -m uclust</em> with QIIME 1.2.0 (blue) and 1.2.0-dev (red) parameters.</p>
<p><a href="http://qiime.files.wordpress.com/2010/12/ucrc_speed_comparisons1.png"><img class="alignnone size-full wp-image-194" title="ucrC_speed_comparisons" src="http://qiime.files.wordpress.com/2010/12/ucrc_speed_comparisons1.png?w=510&#038;h=172" alt="" width="510" height="172" /></a><br />
<strong>Figure 2</strong>: Run time of <em>pick_otus.py -m uclust -C</em> with QIIME 1.2.0 (blue) and 1.2.0-dev (red) parameters.</p>
<p>
In summary:<br />
<strong>QIIME 1.2.0-dev defaults:</strong><br />
pick_otus:max_accepts     20<br />
pick_otus:max_rejects     500<br />
pick_otus:stepwords     20<br />
pick_otus:word_length     12<br />
pick_rep_set:rep_set_picking_method	first</p>
<p>
<strong>QIIME 1.2.0 defaults:</strong><br />
pick_otus:max_accepts     8<br />
pick_otus:max_rejects     32<br />
pick_otus:stepwords     8<br />
pick_otus:word_length     8<br />
pick_rep_set:rep_set_picking_method	most_abundant</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=191&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2010/12/17/new-default-parameters-for-uclust-otu-pickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>

		<media:content url="http://qiime.files.wordpress.com/2010/12/uc_speed_comparisons.png" medium="image">
			<media:title type="html">uc_speed_comparisons</media:title>
		</media:content>

		<media:content url="http://qiime.files.wordpress.com/2010/12/ucrc_speed_comparisons1.png" medium="image">
			<media:title type="html">ucrC_speed_comparisons</media:title>
		</media:content>
	</item>
		<item>
		<title>QIIME 1.2.0 is available!</title>
		<link>http://qiime.wordpress.com/2010/11/11/qiime-1-2-0-is-available/</link>
		<comments>http://qiime.wordpress.com/2010/11/11/qiime-1-2-0-is-available/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 01:22:32 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=179</guid>
		<description><![CDATA[The QIIME 1.2.0 release is now live and contains lots of exciting new features, some bug fixes, cleaned up code and interfaces, and new documentation. Grab QIIME-1.2.0 here. New features include: * Addition of the new PyCogent SFF tools. Converting SFF files into fasta, qual and flowgram files is now supported through process_sff.py without dependence [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=179&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The QIIME 1.2.0 release is now live and contains lots of exciting new features, some bug fixes, cleaned up code and interfaces, and new documentation. <a href="http://sourceforge.net/projects/qiime/files/releases/Qiime-1.2.0.tar.gz/download">Grab QIIME-1.2.0 here.</a></p>
<p>New features include:</p>
<p>* Addition of the new PyCogent SFF tools. Converting SFF files into fasta, qual and flowgram files is now supported through <a href="http://qiime.sourceforge.net/scripts/process_sff.html">process_sff.py</a> without dependence on Roche&#8217;s sff tools.</p>
<p>* Ability to add jackknife support to 2D and 3D PCoA plots as seen in Figure 2 of <a href="http://www.ncbi.nlm.nih.gov/pubmed/20827291">this article</a>. This feature is now accessible via the <a href="http://qiime.sourceforge.net/scripts/jackknifed_beta_diversity.html">jackknifed_beta_diversity.py</a> script, which has replaced jackknifed_upgma.py.</p>
<p>* Added a parallel version of the uclust_ref OTU picker (<a href="http://qiime.sourceforge.net/scripts/parallel_pick_otus_uclust_ref.html">parallel_pick_otus_uclust_ref.py</a>).</p>
<p>* Added ability to run beta diversity calculations in parallel at the single OTU table level to improve performance when computing diversity on very large collections of samples. This functionality is now hooked up to the <a href="http://qiime.sourceforge.net/scripts/beta_diversity_through_3d_plots.html">beta_diversity_through_3d_plots.py</a> workflow script.</p>
<p>* Added several new pages to the documentation including a <a href="http://qiime.sourceforge.net/tutorials/procrustes_analysis.html">Procrustes analysis/plotting tutorial</a>; a tutorial for <a href="http://qiime.sourceforge.net/tutorials/chimera_checking.html">identifying and removing chimeric sequences</a>; and improved <a href="http://qiime.sourceforge.net/documentation/file_formats.html">documentation on common Qiime input file formats</a>.</p>
<p>* Added new script (<a href="http://qiime.sourceforge.net/scripts/shared_phylotypes.html">shared_phylotypes.py</a>) for computing shared OTUs between pairs of samples.</p>
<p>* Add script (<a href="http://qiime.sourceforge.net/scripts/plot_rank_abundance_graph.html">plot_rank_abundance_graph.py</a>) to draw rank abundance graphs.</p>
<p>* Added script (<a href="http://qiime.sourceforge.net/scripts/quality_scores_plot.html">quality_scores_plot.py</a>) to plot quality score by position given a .qual file. This is useful with another new script (<a href="http://qiime.sourceforge.net/scripts/truncate_fasta_qual_files.html">truncate_fasta_qual_files.py</a>) to truncate fasta and qual files at the point where quality begins to decrease. This has been useful in controlling for quality issues on 454 Ti runs.</p>
<p>* Added capability to perform supervised classification of metadata categories using the Random Forests classifier (<a href="http://qiime.sourceforge.net/scripts/supervised_learning.html">supervised_learning.py</a>). Outputs include a ranking of OTUs by discriminatory power, and the estimated probability of each metadata category for each sample. The latter may be useful for detecting potentially mislabeled samples. The technique was recently used <a href="http://www.ncbi.nlm.nih.gov/pubmed/20927137">here</a>.</p>
<p>We&#8217;re also excited to announce that we&#8217;ve created a QIIME EC2 image that will be going live this week. This will allow <a href="http://aws.amazon.com/">Amazon Web Services</a> run their QIIME analyses in the cloud. This has been particularly useful so far for denoising data as this is typically the performance bottleneck in QIIME analyses. We hope that this will generally be useful for users who need additional compute resources to support their big analyses.</p>
<p>As the majority of our users are working on 64-bit machines, we&#8217;ve dropped support for the 32-bit QIIME VirtualBox in QIIME 1.2.0. Supporting both versions was becoming too time-consuming. Some notes on this are <a href="http://qiime.sourceforge.net/install/virtual_box.html#support-for-the-32-bit-qiime-virtual-box-is-discontinued">available here</a>. We&#8217;re sorry for any inconvenience this may cause.</p>
<p>For QIIME VB users, we&#8217;ve created a VB upgrade script for upgrading the 64-bit Qiime VirtualBox. You can find <a href="http://qiime.sourceforge.net/install/virtual_box.html#upgrading-from-previous-versions-of-the-qiime-virtual-box">information on obtaining and running this script here</a>.</p>
<p>For this release of the QIIME VB and EC2 image we used the <a href="http://clovr.org">CloVR</a> package to build our virtual machine images. We&#8217;d like to thank Samuel Angiuoli and James White of the Institute for Genome Sciences for their help in getting us up and running with CloVR! We&#8217;d also like to thank our users for the continued feedback on QIIME: your input is critical to making QIIME a useful and usable toolkit.</p>
<p>As always, get in touch on the <a href="http://groups.google.com/group/qiime-forum">QIIME forum</a> with any questions or comments. Have fun!</p>
<p>Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=179&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2010/11/11/qiime-1-2-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>uclust bug fix, OTU and taxonomy files, and (coming soon) QIIME 1.2.0</title>
		<link>http://qiime.wordpress.com/2010/10/29/uclust-bug-fix-otu-and-taxonomy-files-and-coming-soon-qiime-1-2-0/</link>
		<comments>http://qiime.wordpress.com/2010/10/29/uclust-bug-fix-otu-and-taxonomy-files-and-coming-soon-qiime-1-2-0/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 17:35:19 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=167</guid>
		<description><![CDATA[A few important QIIME-related notes: Bug in reference-based uclust (i.e., uclust_ref) Most importantly, we identified an issue with uclust that resulted in some sequences being lost when picking OTUs against a reference set with the serial version of uclust_ref, when allowing for new clusters and there are greater than 100k seeds. The call that would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=167&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few important QIIME-related notes:</p>
<p><em>Bug in reference-based uclust (i.e., uclust_ref)</em></p>
<p>Most importantly, we identified an issue with uclust that resulted in some sequences being lost when picking OTUs against a reference set with the serial version of uclust_ref, when allowing for new clusters and there are greater than 100k seeds. The call that would possibly have been affected is pick_otus.py -m uclust_ref; <strong>but not</strong> parallel_pick_otus_uclust_ref.py;  pick_otus.py -m uclust; or pick_otus.py -m uclust_ref &#8211;suppress_new_clusters.</p>
<p>If you suspect that a run may have been affected, get in touch on the QIIME forum and we&#8217;ll give you a script to check your OTU map. A new version of uclust has been posted to fix this, and as of QIIME 1.2.0 (and the current svn version) this will be the minimum supported version of uclust. Here are <a href="http://www.drive5.com/uclust/downloads1_2_21q.html">links to the uclust 1.2.21q binaries</a>. You should install this ASAP.</p>
<p><em>QIIME-compatible Greengenes files</em></p>
<p>Next, we&#8217;re excited to announce that <a href="http://greengenes.lbl.gov/">Greengenes</a> is now hosting QIIME-compatible reference sequences and taxonomy files. These are frequently requested for use with QIIME&#8217;s BLAST taxon assigner (they get passed as  -r and -t, respectively). The reference file is based on 97% OTUs that we picked from greengenes. This is also useful for reference-based OTU picking (e.g., with uclust_ref or blast), in which case the included tree can be used in phylogenetic diversity calculations. Our <a href="http://greengenes.lbl.gov/Download/OTUs/gg_otus_6oct2010.zip">6oct2010 build of the greengenes OTUs is available here</a>, and <a href="http://greengenes.lbl.gov/Download/OTUs/gg_otus_6oct2010/notes.txt">additional notes on that build are available here</a>.</p>
<p><em>Coming soon: QIIME 1.2.0</em></p>
<p>Finally, we&#8217;re about to make the push toward QIIME 1.2.0, which we hope to release within the first couple of weeks in November. We&#8217;ll be releasing a new VB image, but also providing an upgrade script for existing VB users so you won&#8217;t have to start fresh with a new VB image if you don&#8217;t want to. There are lots of exciting changes coming in 1.2.0 &#8212; more on that soon.</p>
<p>-Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=167&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2010/10/29/uclust-bug-fix-otu-and-taxonomy-files-and-coming-soon-qiime-1-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>Announcing the QIIME Forum</title>
		<link>http://qiime.wordpress.com/2010/07/30/announcing-the-qiime-forum/</link>
		<comments>http://qiime.wordpress.com/2010/07/30/announcing-the-qiime-forum/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 02:06:51 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=157</guid>
		<description><![CDATA[The QIIME developers are happy to announce the QIIME Forum, a public space for asking questions, searching previous questions and answers, and sharing tips related to QIIME. You can find the forum here: http://groups.google.com/group/qiime-forum The QIIME Forum will be the fastest way to get help with QIIME. We&#8217;ll be aiming to respond to questions within [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=157&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The QIIME developers are happy to announce the <a href="http://groups.google.com/group/qiime-forum">QIIME Forum</a>, a public space for asking questions, searching previous questions and answers, and sharing tips related to QIIME. You can find the forum here:</p>
<p><a href="http://groups.google.com/group/qiime-forum">http://groups.google.com/group/qiime-forum</a></p>
<p><strong>The QIIME Forum will be the fastest way to get help with QIIME</strong>. We&#8217;ll be aiming to respond to questions within one working day. The qiime.help@colorado.edu address will still be monitored, but should be used only for questions that would reveal data that is still private. As we&#8217;re focusing our support efforts on the forum, we&#8217;ll aim to respond to qiime.help e-mail questions within three to five working days.</p>
<p>Anyone can post at the <a href="http://groups.google.com/group/qiime-forum">QIIME Forum</a>: you don&#8217;t need to be a member. If you do sign up as a member of the forum, we suggest that you set your message delivery settings to &#8216;No e-mail&#8217; to avoid getting messages from the list that are not relevant to your question. You can sign up for e-mail notification on a per-message basis to monitor threads that are of interest to you.</p>
<p>Post to the forum if you have any questions, and thanks for your interest in QIIME!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=157&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2010/07/30/announcing-the-qiime-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
		<item>
		<title>Bug fix version of uclust released</title>
		<link>http://qiime.wordpress.com/2010/07/08/bug-fix-version-of-uclust-released/</link>
		<comments>http://qiime.wordpress.com/2010/07/08/bug-fix-version-of-uclust-released/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 17:59:19 +0000</pubDate>
		<dc:creator>gregcaporaso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qiime.wordpress.com/?p=143</guid>
		<description><![CDATA[A bug fix version of the external application uclust was released this week &#8212; QIIME and PyNAST users can download binaries from here: http://www.drive5.com/uclust/downloads1_2_15.html All users who use PyNAST for aligning sequences (the default) or uclust or uclust_ref for picking OTUs (uclust is the default for pick_otus.py) should install this update as soon as possible. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=143&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A bug fix version of the external application uclust was released this week &#8212; QIIME and PyNAST users can download binaries from here:</p>
<p><a href="http://www.drive5.com/uclust/downloads1_2_15.html">http://www.drive5.com/uclust/downloads1_2_15.html</a></p>
<p>All users who use PyNAST for aligning sequences (the default) or uclust or uclust_ref for picking OTUs (uclust is the default for pick_otus.py) should install this update as soon as possible.</p>
<p>The primary change addresses an issue where sequences would cluster independently based on the case of the sequence. So for example, in uclust 1.1.579, the sequences &#8216;ACCGT&#8217; and &#8216;accgt&#8217; would cluster independently.</p>
<p>Users of the Qiime releases may notice a unit test failure after the upgrade. This has to do with a test for a valid version of uclust. If you get the following error when running test/test_pycogent_backports/test_uclust.py:</p>
<p><code>==========================<br />
ERROR: uclust version is supported<br />
----------------------------------------<br />
Traceback (most recent call last):<br />
File "tests/test_pycogent_backports/test_uclust.py", line 445, in test_uclust_supported_version<br />
version = tuple(map(int,version_string.split('.')))<br />
ValueError: invalid literal for int() with base 10: 'exportedq'</code></p>
<p>You don&#8217;t need to worry about it. For svn users, a fix has been added to the repository so this test will pass after your next svn update.</p>
<p>As always, get in touch with qiime.help@colorado.edu if you have any questions.</p>
<p>-Greg</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qiime.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qiime.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qiime.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qiime.wordpress.com&amp;blog=11672572&amp;post=143&amp;subd=qiime&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qiime.wordpress.com/2010/07/08/bug-fix-version-of-uclust-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gregcaporaso</media:title>
		</media:content>
	</item>
	</channel>
</rss>
