Skip to content

Commit d076755

Browse files
authored
adding @AnjaliVanamala suggestion (#3123)
1 parent fb396ec commit d076755

File tree

1 file changed

+27
-2
lines changed
  • qiita_pet/support_files/doc/source

1 file changed

+27
-2
lines changed

qiita_pet/support_files/doc/source/faq.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,33 @@ for close reference picking), and summaries.
231231
How to convert Qiita files to QIIME2 artifacts?
232232
-----------------------------------------------
233233

234-
Please visit the `Transferring Qiita Artifacts to Qiime2 Tutorial <https://forum.qiime2.org/t/transferring-qiita-artifacts-to-qiime2/4790>`__
235-
in the `QIIME2 forum <https://forum.qiime2.org>`__. Note that all feature table (bioms) and analytical steps will generate qza and qzv, which are QIIME2 artifacts.
234+
As a reminder, Qiita and QIIME 2 artifacts are similar as they encapsulate multiple files. However, a big
235+
difference is that QIIME 2 only has 2 main artifact types: QZA (all kinds of files) and QZV (visualization).
236+
237+
Here is quick reference conversion table, but please visit the `Transferring Qiita Artifacts to Qiime2 Tutorial <https://forum.qiime2.org/t/transferring-qiita-artifacts-to-qiime2/4790>`__
238+
in the `QIIME2 forum <https://forum.qiime2.org>`__. for more details:
239+
240+
+----------------------------+----------------------------------------------------------------------+
241+
| Qiita | QIIME 2 |
242+
+============================+======================================================================+
243+
| beta diversity .tsv | DistanceMatrix (QZA) |
244+
+----------------------------+----------------------------------------------------------------------+
245+
| FASTA sequence files | FeatureData[Taxonomy | Sequence] (QZA) |
246+
+----------------------------+----------------------------------------------------------------------+
247+
| .biom tables | FeatureTable[Frequency | RelativeFrequency | PresenceAbsence] (QZA) |
248+
+----------------------------+----------------------------------------------------------------------+
249+
| ordination .txt | PCoAResults (QZA) |
250+
+----------------------------+----------------------------------------------------------------------+
251+
| phylogentic tree .txt | Phylogeny[Rooted] (QZA) |
252+
+----------------------------+----------------------------------------------------------------------+
253+
| alpha diversity .tsv | SampleData[AlphaDiversity] (QZA) |
254+
+----------------------------+----------------------------------------------------------------------+
255+
| taxonomic classifier | Taxonomic Classifier (QZA) |
256+
+----------------------------+----------------------------------------------------------------------+
257+
| all QIIME 2 visualizations | Visualization (QZV) |
258+
+----------------------------+----------------------------------------------------------------------+
259+
260+
Note that all feature table (bioms) and analytical steps will generate QZA and QZV, which are native QIIME2 artifacts.
236261

237262

238263
How to add extra files to a Qiita study?

0 commit comments

Comments
 (0)