I am trying to do PICRUSt 2 and m very new to it and getting error, m confused with
1. rep-seqs.qza- should be aligned one?
2. reference alignment- is it the classifier file with which i perform qiime2 analysis.
3. rooted tree- should it be the output of phylogeny command but of aligned re-seqs.qza or not aligned ??
i typed this command and got this error:
(qiime2-2018.11) [qiime2@localhost PICRUSt2]$ qiime fragment-insertion sepp --i-representative-sequences rep-seqs.qza \
> --p-threads 1 --i-reference-alignment /home/qiime2/classifier/gg-13-8-v3-v4-classifier.qza \
> --i-reference-phylogeny 2-rooted-tree.qza \
> --output-dir Picrust2_output
Plugin error from fragment-insertion:
Parameter 'reference_alignment' received an argument of type TaxonomicClassifier. An argument of subtype FeatureData[AlignedSequence] is required.
Debug info has been saved to /tmp/qiime2-q2cli-err-n44sms7c.log
Please help.