QIIME 2 2019.1 has been released!
Please see the official changelog for more details.
Original content of post
Important
The following is an early developer preview of the changes expected in 2019.1 This post is a live-document which will be updated throughout our development cycle. Any links will in this topic will be broken until the release is officially published. When we are ready for release, we’ll copy this changelog and create a new post in the Announcements category.
Important Developer Dates (please keep an on this post, these might change, also, times are approximate):
- PRs must be submitted by: 2019-01-24T19:59:00Z
- PRs must be merged by: 2019-01-28T19:59:00Z
- Repo Freeze and Package Building: 2019-01-29T15:00:00Z
- Release Day: 2019-01-31T19:00:00Z
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!