Dear QIIME2 wizards,
I'm encountering a plugin error from the feature-classifier. I'm trying to create an amplicon-specific classifier for COX1gene with the following primers (based on Leray et al. (2013)):
- mlCOIintF - GGWACWGGWTGAACWGTWTAYCCYCC
- jgHCO2198 - TAIACYTCIGGRTGICCRAARAAYCA
When I ran the command code, it returned with the following error:
Plugin error from feature-classifier:
Invalid character in sequence: b'I'.
I understand the message but was not sure what bp can I use to replace the "I". It could be biased though if I just choose any bp to replace. Super grateeful if anyone could provide any advice and support for the matter.
Here is the code for more details:
qiime feature-classifier extract-reads
--i-sequences NCBIdata_derep1_seqs.qza
--p-f-primer GGWACWGGWTGAACWGTWTAYCCYCC
--p-r-primer TAIACYTCIGGRTGICCRAARAAYCA
--p-n-jobs 20
--p-read-orientation 'forward'
--o-reads NCBIdata_miinF-jgHCO_seqs.qza
Thank you very much.
Cheers,
Bovern