Hello all,
I am trying to run this part of the QIIME2 pipleine:
> qiime feature-table summarize \
>   --i-table table.qza \
>   --o-visualization table.qzv \
>   --m-sample-metadata-file /home/mingala/array1/metadata.tsv
When i run this code, I get the following error:
Plugin error from feature-table:
  "None of [Index(['ARLI-C-251689', 'ARLI-G-251716', 'RHAE-C-251185', 'DERO-C-251190',\n       'CHAU-G-251504', 'STLI-G-251197', 'DERO-G-251330', 'PTME-G-251393',\n       'TRCI-G-251383', 'MYKE-G-251195', 'MYKE-G-251331', 'MORU-G-251452',\n       'CHAU-G-251508', 'DERO-G-251344', 'SABI-G-251458', 'ARLI-G-251687',\n       'PTDA-C-251720', 'ARLI-G-251709', 'CASO-C-251367', 'RHAE-G-251163',\n       'STLI-C-251414', 'TRCI-C-251419', 'TRCI-C-251428', 'MYKE-G-251194',\n       'STLI-C-251203', 'LOEV-G-251729', 'MORU-G-251168', 'MYKE-C-251211',\n       'PTME-G-251368', 'URBI-C-251430', 'SABI-C-251699', 'MORU-G-251439',\n       'ARLI-C-251711', 'SABI-G-251697', 'TRCI-C-251516', 'MORU-C-251181',\n       'RHNA-C-251781', 'PTDA-C-251708', 'GLSO-C-251770', 'DEPH-C-251530',\n       'CHAU-G-251509', 'ARLI-C-251715', 'SABI-C-251702', 'MORU-C-251177',\n       'DEWA-C-251535', 'PTME-C-251316', 'EUNA-C-251381', 'DEPH-C-251421',\n       'MORU-C-251441', 'RHAE-G-251553', 'CASO-C-251362', 'MYKE-C-251338',\n       'EXT-NEG', 'DERO-G-251340', 'PCR-NEG'],\n      dtype='object')] are in the [index]"
Debug info has been saved to /tmp/qiime2-q2cli-err-uznqgxp5.log
I checked that the sample IDs match by running the code without passing --m-sample-metadata, and the resulting table.qsv has the correct sample IDs identical to those in my metadata file. The file was validated with Keemei with no errors.
I even tried to run it again, this time replacing the metadata #SampleID column with the full file names from the MiSeq like so:
 ARLI-C-251689_S41_L001_R1_001.fastq.gz
ARLI-C-251689_S41_L001_R1_001.fastq.gz
But this threw the same error code. Any ideas about why? Thank you!

