'qiime2 tools import' command error in Galaxy

I am having a trouble to import feature table in to Galaxy. following is what I did and the error message I got:

  1. I converted the feature table from .xlsx to .tsv using Google sheet.
  2. I uploaded feature table (.tsv) into Galaxy
  3. I tried to convert the feature table into .qza format using 'qiime2 tools import'. but I got a error message. Does anyone know how to fix this error message?

    c7b3a6697be532a9d30086b59818d0a21e31c140_2_690x234

Hi @hui_LIU,

Thanks for providing those details!

This is the primary error you are receiving (from the above screenshot):

dataset_6.dat is not a(n) BIOMV210Format file

This indicates that your dataset_6.dat file is not in the format you specified (BIOMV210Format). If this is the file you intended to import, you'll need to make sure it's in the correct format (in this case, BIOMV210Format). From your last screenshot, it looks like you intended to use the feature_table.tsv file for this command, in which case the same process applies - make sure this file format matches up with your specification (whether that's BIOMV210 or something else).

Hopefully this helps! Please let me know if you are still stuck and need assistance with your import!

Cheers :lizard:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.