Galaxy | Tool Preview

qiime_fragment-insertion_classify-otus-experimental.xml - This file requires an entry in the tool_data_table_conf.xml file. Upload a file named tool_data_table_conf.xml.sample to the repository that includes the required entry to correct this error.

qiime fragment-insertion classify-otus-experimental (version 2019.4)

Experimental: Obtain taxonomic lineages, by finding closest OTU in reference phylogeny.

Experimental: Use the resulting tree from 'sepp' and find closest OTU-ID for every inserted fragment. Then, look up the reference lineage string in the reference taxonomy.

Parameters

representative_sequences : FeatureData[Sequence]
The sequences used for a 'sepp' run to produce the 'tree'.
tree : Phylogeny[Rooted]
The tree resulting from inserting fragments into a reference phylogeny, i.e. the output of function 'sepp'
reference_taxonomy : FeatureData[Taxonomy], optional
Reference taxonomic table that maps every OTU-ID into a taxonomic lineage string.

Returns

classification : FeatureData[Taxonomy]
Taxonomic lineages for inserted fragments.