I have a problem in importing the data using manifest which I actually don't know what the problem is but I really appreciate it if you can help me out, please.
I am trying to import the paired-end reads in qiime2-2020.8 using the following commands:
qiime tools import
--type 'SampleData[PairedEndSequenceWithQuality]'
--input-path import.txt
--output-path paired_end_demux.qza
--input-format PairedEndFastqManifestPhred32V2
This is the manifest file format I use to import data. Seems like you are missing /home/username before /Documents in your paths. Could you check if it is /Documents right away? If not, that is the error. You could use pwd in your directory to check the absolute path.
Sorry, in the file that i uploaded it wasn't written the /home/username directories before /Documents but then I corrected but I still got the same error. I do not know why.