Hi everyone,
I'm having problems to run adonis. I have 4 categorical variables "local", "period", "origin","collection-moment".
I sucessfully runned adonis with all variables but when I tried to run with the "collection-moment" it gives me this error message: Plugin error from diversity:
'collection' is not a column in the metadata. Available columns: 'local', 'period', 'origin', 'collection-moment'
Debug info has been saved to /tmp/qiime2-q2cli-err-u0blxx5u.log
I've checked the forum and found here the answer for my problem. So I tried to follow the indications from @thermokarst to modify my metadata, but in my metadata I have the header row sample-id instead of #SampleID. Also I tried with just id but doesn't work.
I have successfully used my metadata for my other analyzes in my pipeline and previously checked for possible errors using keemei. Metadados.txt (3.0 KB)
How can I solve this bug?
Thanks in advance