The QIIME 2 2019.1 release is now live! This release mostly focused on upgrading project dependencies, updating to Python 3.6, a new r-vegan Adonis visualizer, and as always, minor bug fixes. Thanks to everyone involved for their hard work!
As a reminder, our next planned QIIME 2 release is scheduled for late April 2019 (QIIME 2 2019.4), but please stay tuned. We are planning on quarterly releases in 2019. Right now, the next proposed releases look like:
- QIIME 2 2019.4
- QIIME 2 2019.7
- QIIME 2 2019.10
Check out the QIIME 2 2019.1 docs for details on installing the latest QIIME 2 release, as well as tutorials and other resources. Get in touch on the QIIME 2 forum 2 if you run into any issues!
Virtual machine builds (and new pre-trained classifiers) are available right now!
Here’s the highlights of the release:
-
QIIME 2 Framework
-
@turanoo fixed a bug in
Metadata.__repr__
that cause minor explosions in some edge cases. - QIIME 2 now requires a minimum version of Python 3.6 to run — this is handled for you automatically when installing via one of our “official” methods, so no need to worry! Check out this post to learn more about the motivation and rationale for this change.
- QIIME 2 environments now run on the latest versions of scipy, numpy, pandas, and matplotlib! Now that’s what I call fresh!
-
@turanoo fixed a bug in
-
docs
- @gregcaporaso updated the Atacama tutorial’s paper reference.
-
Library
- @raptorace27, @J1411, tanman987, and jbell-97 teamed up to fix a bug when adding or editing plugins that didn’t check to see if the current editor was also listed as a plugin author. This was important because plugin permissions (in terms of being able to edit the plugin listing) are tied directly to “authorship,” so it was possible for a user to “lock themselves out” of their own plugin! Yikes!
-
q2cli
- Corrected cross-device link error when using
qiime tools export
to convert an artifact to a single file. (This most commonly occurred when/tmp
was on a different file system than where the exported file’s destination was.)
- Corrected cross-device link error when using
-
q2-longitudinal
- Updated the plugin citation to reflect the final publication status.
-
q2-types
-
FeatureTable
s can now be used as metadata in QIIME 2 actions that consume metadata objects. Make sure you are inputting a table that is in the correct orientation! The default orientation of FeatureTables enable their use as sample metadata. Use the newtranspose
action (see below) to use feature tables as feature metadata. Thanks @Nicholas_Bokulich! -
@thermokarst updated the validator used for ensuring
AlphaDiversityFormat
files are well-behaved. This format now returns a clear error message when it runs into trouble (rather than just throwing its hands up in frustration ).
-
-
q2-feature-classifier
- Both
classify-consensus-*
methods now have aquery_cov
parameter to optionally filter alignment results by query coverage.
- Both
-
q2-feature-table
-
@turanoo added a new method (
transpose
), which allows you to transpose the rows and columns of aFeatureTable[Frequency]
!
-
@turanoo added a new method (
-
q2-gneiss
-
@mortonjt fixed a bug in
ilr-phylogenetic
where mismatched tables and trees would raise an error.
-
@mortonjt fixed a bug in
-
q2-diversity
- @thermokarst fixed a bug that caused the number of available cores to be incorrectly detected in certain environments, which caused a spurious error in a few methods.
-
@Nicholas_Bokulich added a new visualizer,
adonis
, that wraps the adonis function from the Vegan R package. This visualizer performs adonis (a.k.a. PERMANOVA) tests. Unlike thebeta-group-significance
action, adonis can perform multi-way PERMANOVA tests, and can operate on numeric variables. It does not generate plots or perform pairwise tests, so thebeta-group-significance
action is still the best method for one-way PERMANOVA tests.
-
q2-metadata
-
@Claudia_Coronel fixed a UI bug in
tabulate
, the rendered table now more clearly indicates which column sort widget belongs to which column label.
-
@Claudia_Coronel fixed a UI bug in
- Related Projects
-
iTOL
-
Added support for QZAs of
FeatureData[AlignedSequence]
. When dropped onto iTOL trees, these will automatically create a multiple sequence alignment dataset. Note that the display of alignments in iTOL is not supported in circular or unrooted modes.
-
Added support for QZAs of
-
iTOL
Happy QIIME-ing!