Hello,
After allocating more RAM to my virtualbox on my PC, I was able to successfully complete the Data2 denoise command, albeit I let it run for 6 days. I now have table.qza and a rep-seqs.qza file. I am following the Moving Pictuers tutorial with my own data and now I need to perform the feature table summarize and feature table tabulate commands. I do not have a metadata and I thought that I didn't need to create one as I imported a manifest file and sample data file in my first step. Do I still need to create a metadata file? I tried using the following command:
qiime feature-table summarize
--i-table table.qza
--o-visualization table.qzv
--m-sample-metadata-file rep-seqs.qza
and I got the following error:
Plugin error from feature-table:
"None of [Index(['A6', 'MidEastSd', 'E12', 'Day0', 'C12', 'F12',
'SLopezSd', 'A18',\n 'SJChannel', 'C18', 'A12', 'Rosario',
'F18', 'NLopezSd', 'F14',\n 'MthEastSd', 'C10', 'E6', 'Upright',
'C14', 'F10', 'Roche', 'E18', 'F6',\n 'B18', 'SJDF', 'B10',
'D18', 'E14', 'D14', 'D6', 'A10', 'E10', 'B8',\n 'C8', 'A16',
'DeadMans', 'C16', 'D16', 'OATap', 'B14', 'D10', 'B16',\n
'NJDF', 'C6', 'F16', 'E2', 'D8', 'C20', 'F2', 'F20', 'B6', 'F4',
'E20',\n 'Gig', 'C2', 'F8', 'A14', 'E4', 'Mitchell', 'D2', 'B2',
'Hood', 'B12',\n 'A20', 'C4', 'CattlePt', 'B20', 'A4', 'B4',
'D12', 'E16', 'A8',\n 'Fidalgo', 'D4', 'D20', 'A2', 'E8'],\n
dtype='object')] are in the [index]"
Please advise.