mia icon indicating copy to clipboard operation
mia copied to clipboard

readQZA fails

Open antagomir opened this issue 6 months ago • 4 comments

I tried to load example files "distance.qza" and "ordination.qza" from QIIME/DEICODE tutorial.

After downloading them I did in R:

distance.qiime <- mia::readQZA("distance.qza")
ordination.qiime <- mia::readQZA("ordination.qza")

Both throw the error:

Error: Only files in format of 'BIOMV210DirFmt', 'TSVTaxonomyDirectoryFormat', NewickDirectoryFormat' and 'DNASequencesDirectoryFormat' are supported.

-> We might need to add support for more formats? I am not sure how critical feature this is.

antagomir avatar Feb 13 '24 21:02 antagomir