Error when running beta-group-significance

Hi @Keegan-Evans

I have a question on the same topic. I am following the tutorial of Parkinson Mouse Tutorial. I am interested in using the beta-group-significance command to find out if my time_pt, group or sample_type variables are associated with significant differences in weighted and unweighted UniFrac distance.

I am using these commands from the Parkinson Mouse Tutorial adapted to my data.

qiime diversity beta-group-significance
--i-distance-matrix core-metrics-results/unweighted_unifrac_distance_matrix.qza
--m-metadata-file metadata.tsv
--m-metadata-column donor
--o-visualization core-metrics-results/unweighted-unifrac-donor-significance.qzv

qiime diversity beta-group-significance
--i-distance-matrix core-metrics-results/weighted_unifrac_distance_matrix.qza
--m-metadata-file metadata.tsv
--m-metadata-column donor
--o-visualization core-metrics-results/weighted-unifrac-donor-significance.qzv

This is the command I am running:
image

However, I get that I don't have the correct metadata file. This is the metadata file I am using:
image

I can't figure out what could be wrong with my metadata file.

It would be of great help, if I can identify what the error is.

Thanks

Katherine

Hi there @KatherinePena!

The error indicates that the metadata file could not be found at the location you have specified, which is ~/michael/manifest-mito.txt

Let's confirm that:

ls ~/michael/manifest-mito.txt
ls ~/michael/

Please run those commands in your terminal and share the result here!

3 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.