-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readQZA fails #491
Comments
Interestingly, the qiime2R package seems to work. Something to learn from there?
|
We are now adding TSE support for qiime2R; perhaps this solves the issue and we could switch to using qiime2R functions instead of maintaining parallel mia implementation? This is currently limited by the fact that qiime2R is not available via CRAN or Bioc. There is an open issue on that, however, perhaps the problem will be solved: jbisanz/qiime2R#3 |
I'll keep an eye on this issue. Might be good to add an example in the book once it's easier to load in qza files and transform them into a tse object. |
Support for TreeSE has been added now in qiime2R PR 64. However that pkg is not yet in Bioc or CRAN |
I tried to load example files "distance.qza" and "ordination.qza" from QIIME/DEICODE tutorial.
After downloading them I did in R:
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.
The text was updated successfully, but these errors were encountered: