Hi,
When i run qiime2-PICRUSt, to run PICRUSt2 my input files are table-dada2.qza and rep-seqs-dada2.qza and run the following command which works:
qiime picrust2 full-pipeline
--i-table table-dada2.qza
--i-seq rep-seqs-dada2.qza
--output-dir picrust2_output
--p-hsp-method pic
Now I have received a project that is run by facility that has provided these output files:
- CentroidInformation.fa.bz2,
- Merges_Barcodes.fa.bz2
- Merged_Reads.fa.bz2
- OTU_Table.biom
- OTU_Table.tre
6.OTU_Table.tsv
7.Raw_Reads1.fq.bz2 - Raw_Reads3.fq.bz2
- Raw_Reads2_barcodes.fq.bz2
10.readQC
Which of these files would be the input for PICRUSt2 pipeline in the command I have mentioned above.
Best,
RR
`