(1/1) Invalid value for '--i-sequences': Expected an artifact of at least
type SampleData[Sequences] | SampleData[SequencesWithQuality] |
SampleData[JoinedSequencesWithQuality]. An artifact of type
FeatureData[AlignedSequence] was provided.
Further I am not able to convert fasta file in fna for initially converting in into qza
Hi @Vaishnavi_Dixit
Welcome to the :qiime2: forum!
Your issue is here:
You are providing aligned sequences and your command doesn't allow aligned sequences. Do you have any of these types: SampleData[Sequences] | SampleData[SequencesWithQuality] |
SampleData[JoinedSequencesWithQuality]?
Can you provide more info? What command are you running and what does your data look like?