Error in `auto_copy()`: ! `x` and `y` must share the same src.

Hi!

I am trying to make a PCoA graph with confidence ellipsoids but get this error:

Error in auto_copy():
! x and y must share the same src.

I'm doing everything from a remote computer and I saw few other mentions of this problem, where it was suggested that the user move the files to their own computer, but I don't think
that would help in my case. I am attaching my metadata table and qiime artifact in case that helps find where the problem was happening
Thanks!

metadata_stormwater (2).tsv (5.8 KB)
unweighted_unifrac_pcoa_results.qza (118.5 KB)

Hello Lucca,

Welcome to the forums! :qiime2:

You are correct.

The issue here is with metadata.

I see you have loaded it, but only as a file path. You need to import the data into a data.frame so you can access the files inside.

What tutorial are you following along to / have you already completed?

1 Like