Hello, I am analysing 16srrna from feces of pigs. V3-V4 region sequence were retrieved from the Sequencing company. Only Forward and Reverse sequences were provided. From that data, I import into qiime by the following command:
qiime tools import
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path MuPlus-manifest.tsv
--output-path paired-end-demux.qza
--input-format PairedEndFastqManifestPhred33V2
then i can follow the moving picture tutorial until reach Alpha and beta diversity analysis
with the following command:
"There was an issue with loading the file sample-metadata1.tsv as metadata:
Metadata file path doesn't exist, or the path points to something other than a file. Please check that the path exists, has read permissions, and points to a regular file (not a directory): sample-metadata1.tsv
There may be more errors present in the metadata file. To get a full report, sample/feature metadata files can be validated with Keemei: https://keemei.qiime2.org
From a very practical perspective, make sure that when you run the command, your metadata file is in the folder you're currently working out of. Take the steps listed in the error message, and make sure that you: (1) have a file int hat location (and not say a folder) and (2) the file is readable. The rest warns you about other potential problems.
You may also have to try passing an additional column in your metadata that has some value, I haven't actually experimented with emperor visualization when no metadata beyond IDs are provided.
I think a more important question (although possibly slightly ruder) is where your metadata is. Like, if you spent money to sequence samples, you likely had a research question and a hypothesis about what you wanted to test. Im going to assume it wasn't just "what does pig poo look like ?" and instead related to something about species, diet, location, treatment, age, sex, or something else important and interesting. You probably also have some confounders you might want to think about (pen, if pigs are coprophagic; age, sex, whatever). Before you move forward, my recommendation would be to stop, collate this information, and make sure it's put together before you move forward.