Inputs:
--i-table ARTIFACT FeatureTable[Frequency | RelativeFrequency |
PresenceAbsence] The feature table to be summarized. [required]
Parameters:
--m-sample-metadata-file METADATA...
(multiple The sample metadata.
arguments will
be merged) [optional]
Outputs:
--o-visualization VISUALIZATION
[required]
Miscellaneous:
--output-dir PATH Output unspecified results to a directory
--verbose / --quiet Display verbose output to stdout and/or stderr
during execution of this action. Or silence output
if execution is successful (silence is golden).
--example-data PATH Write example data and exit.
--citations Show citations and exit.
--help Show this message and exit.
There was a problem with the command:
(1/1) Invalid value for '--i-table': 'table.qza' is not a QIIME 2 Artifac
(.qza)
I'd appreciate it a lot if anyone can help me solve it.
I don't see anything wrong with your artifact. Are you sure it exists in the directory in which you ran that command? If you also attach your metadata file I can try to run this command to investigate.
The command executed fine for me: table.qzv (441.4 KB)
There is probably some confusion about file paths, or somehow another file got renamed to table.qza. Try downloading the artifact and metadata that you shared with me, placing them into a new directory, and running the command there.
Thanks for your suggestions. After my IT department updated the qiime2 to the latest version on HPC. This problem was solved finally. Thanks a lot for all people who helped during those days!