I am facing problem with the command given below. Also, find the attached metadata file. Can you please let me know what is the problem in my metadata file or command?
Metadata does not contain any columns that satisfy this visualizer's requirements. There must be at least one metadata column that contains categorical data, isn't empty, doesn't consist of unique values, and doesn't consist of exactly one value.
Debug info has been saved to /var/folders/pq/2rvx277j7vq8z1tkbjypgzww0000gp/T/qiime2-q2cli-err-3jks6h53.log
So, the plugin is complaining that your metadata file do not have any categorical columns that contain non-unique values. In other words, you need columns that will divide your dataset into several groups and plugin can perform stat analysis between them. For example, it can be the source of the samples, sampling sites, treatments and so on. It is important that each group should be represented with enough replicates.
Metadata does not contain any columns that satisfy this visualizer's requirements. There must be at least one metadata column that contains categorical data, isn't empty, doesn't consist of unique values, and doesn't consist of exactly one value.
Debug info has been saved to /var/folders/pq/2rvx277j7vq8z1tkbjypgzww0000gp/T/qiime2-q2cli-err-igsawsvv.logmetadata.tsv (206 Bytes)
As I already wrote, your dataset should include replicates for each group. In the metadata you shared each sample is unique in the categorical column. And 2 samples is not enough for stat. analysis. So you need more samples in your dataset.