Hello! I am trying to use the qiime feature-table rarefy plugin and receive an error when executing the code below.
#code
qiime feature-table rarefy
–i-table deblur-seqs-tax-.qza \
–p-sampling-depth 400
–o-rarefied-table deblur-seqs-tax-400
#Error
Usage: qiime feature-table rarefy [OPTIONS]
Error: Got unexpected extra argument ( )
Input file description: First column is #OTU_ID and contains deblur sequences, the middle columns are sample IDs with the corresponding sequence frequencies in each cell, and the last column is an assigned taxonomy for each deblur sequence.
Any help and/or suggestions you could offer regarding this error message would be much appreciated. Thank you!