I am working with 16S amplicon data obtained via outsourcing our 1 sample, and they provided us with two files A01_R1.fq and A01_R2.fq, where my sample id is A01.
Can I use these files in QIIME2???
Can somebody tell me, how to import such kind of data/file?
Hello!
So, for your sample AO1 you have forward (R1) and reverse (R2) reads. To import it to qiime2, you can rename the extension of the files to .fastq instead of .fq and then use "gzip" to zip the files (you will get .fastq.gz). Then search for qiime2 importing tutorial and import it as paired reads with manifest.
Can you please provide a screenshot that includes the full filepath confirming the location of AJ01_R1.fastq? Additionally, it may be helpful for us to take a look at the manifest file you've created to make sure there are no formatting issues. Thanks!
Hi @Rashmi_Ira,
I noticed you might have a capitalization error in your file path. This screenshot shows that you have a directory named Metagenoics_OOty_AJ
But your manifest error says that its looking in a directory called Metagenoics_Ooty_AJ. The difference in capitalization here would cause qiime2 not to find your files. Can you confirm that the files are in the file path that contains "Metagenoics_OOty_AJ". If that's the case you will have to edit your manifest to contain the correct file path!
Thank you so much for your response.
Yes I checked that, there's some problem with the manifest file. I am trying to Capitalize both OO but unable to do that.. so I have generated another file, after changing the folder name from "Metagenoics_OOty_AJ" to "Metagenoics_Ooty_AJ"