Hi everyone! I have data that contain forward and reverse sequence. So I made a manifest to import.
And then I tried to import this manifest with these code.
Does anyone help me with solving this error?
MacOS qiime2-2022.2 anaconda3-2019.7
Hello,
Take a closer look at sample id's - the identical key should tie together forward and reverse read. In your case, different keys (...1.1 and ...1.2) map to forward and reverse files. Correct the sample-id column.
...1.1
...1.2
sample-id
Cheers V
Hi,
Thank you for the response! I have successfully imported!
Thank you! M