Hello,
I am relatively new to QIIME 2.
I am trying to build a phylogenetic tree using an external reference database for functional target gene pmoA(methanotrophs).
This is my command:
qiime fragment-insertion sepp
--i-representative-sequences rep_seq_pm5.qza
--i-reference-database pmoa7809.qza
--o-tree pm_tree.qza
--o-placements pm-placements.qza
--p-threads 16
This is the error I am getting:
(1/1) Invalid value for '--i-reference-database':
Expected an artifact of at least type SeppReferenceDatabase.
An artifact of type FeatureData[Sequence] was provided.
I am aware of the fact that my reference databases is of type FeatureData[Sequence]
, but I am not sure how to change it to type SeppReferenceDatabase
. OR how can I build phylogenetic tree using the FeatureData[Sequence]
or any other method?
Thank you so much for the help!