Hi,
I'm having trouble importing my data into qiime2. I have downloaded and updated to the latest version of Conda and qiime (2019.7). I have my data in a folder on my desktop, but terminal keeps saying it can't find the files. Then when I think it is working it says "contains a subdirectory" on the 3rd to last sample. All of the samples are ordered in the same fashion so I don't know what I'm doing wrong. Any help would be greatly appreciated.
Hi Adam,
You will need to do this:
-
You need a manifest file which will be a file with columns" Sample-id, forward-absolute-path, reverse-absolute-path similar to what's here: Importing data — QIIME 2 2019.7.0 documentation
-
The files unfortunately will have to be copied into a folder. You can try this mv command here: command line - How Can I Merge Multiple Directories into One - Ask Ubuntu
-
Then your command needs to be replaced to: --input-path needs to be /Users/adam/Desktop/Sunflower.../manifest.txt
-
The absolute file paths will be /Users/Adam/desktop/folder/forward.fastq1.fastq.gz, /Users/Adam/desktop/folder/reverse.fastq1.fastq.gz, etc. (and should be in the same ROW, not column)
-
You can see someone with this same issue here: importing paired FASTQ file into qiime had errors. any help? - #42 by ben
Ben
Thanks @ben!
One minor correction:
This isn't strictly necessary, the manifest format is flexible, files can come from many folders.
Thanks, I moved everything into one folder because it was easier to create a file with similar absolute paths. Ben
Great!
Just make sure that these results are as expected. Check the visualization.
Ben


