Hi,
I am using qiime2 2020.8 on a cluster to compute permanova and havinr a plugin error. Here is the script below
ml qiime2
mkdir pmaova
qiime diversity beta-group-significance
–i-distance-matrix agNat_atf-distance.qza
–m-metadata-file Map18CMR2.tsv
–m-metadata-column agN_AttF
–p-method permanova
–o-visualization pmaova/agNat_atf-pmova.qzv
Here is the error.
Plugin error from diversity:
couldn’t connect to display “localhost:26.0”
Debug info has been saved to /scratch/local/61896314/qiime2-q2cli-err-h3rk7kou.log
I successfully ran the code and obtained the plot in an earlier attempt but not sure what is the problem now.
Please help. Thanks