Important
The following is an early developer preview of the changes expected in 2023.9
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 Information
Dates (please keep an
on this post, these
might change):
- Repo Freeze and Package Building:
- Release Day:
Developer Project Board:
QIIME 2 2023.9 Project on Github
Important Announcements
-
q2-gneiss - DEPRECATION NOTICE
- gneiss is no longer actively maintained, and thus we will be fully removing q2-gneiss from the QIIME 2 core distribution in our upcoming release (2023.9).
Here are the highlights of the release:
-
-
@Oddant1 Added support for kebab-case-keys to the artifact cache
-
@Oddant1 Added support for kebab-case-keys to the artifact cache
-
-
@lizgehret Added FeatureMap from q2-types-genomics to q2-types
-
@lizgehret Added FeatureMap from q2-types-genomics to q2-types
-
-
@Oddant1 Added actions to partition demultiplexed sequences into collections of smaller artifacts
-
@crusher083 Fixed some deprecation warnings
-
@gregcaporaso added the
tabulate-read-counts
action, which generates anImmutableMetadata
artifact from various demultiplexed sequence type that describes the number of reads observed per sample. This information was previously only available in thesummarize
visualization, making it hard to integrate this information in downstream analyses (e.g., to color points in a PCoA plot based on how many sequences were obtained for them).
-
@Oddant1 Added actions to partition demultiplexed sequences into collections of smaller artifacts
-
-
@Nicholas_Bokulich Enabled optional use of pre-indexed databases with blast
-
@isaiahraspet added optional Metadata and Collection[FeatureData[Taxonomy]] to the
tabulate-seqs
visualization. This simplifies comparing the results of multiple taxonomy assignment approaches (such as different databases), and putting that information along side the sequence for easy BLASTing, to see what NCBI thinks. More feature information is coming soon to this visualization. Happy feature exploring!
-
@Nicholas_Bokulich Enabled optional use of pre-indexed databases with blast
-
-
@gregcaporaso Added the ability to merge FeatureTable[PresenceAbsence]
-
@gregcaporaso Added the ability to merge FeatureTable[PresenceAbsence]