Skip to content
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

Adding qza file for downstream analysis in R #694

Closed
asgarhussain opened this issue Jan 26, 2024 · 3 comments
Closed

Adding qza file for downstream analysis in R #694

asgarhussain opened this issue Jan 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@asgarhussain
Copy link

Description of feature

Is it possible to retain all the intermediate files in qza/qzv format so that it can be used directly in various downstream analysis using R.

@asgarhussain asgarhussain added the enhancement New feature or request label Jan 26, 2024
@d4straub
Copy link
Collaborator

Hi there,
currently only a few qza are exported to the results folder, for example in
qiime2/input/
qiime2/representative_sequences/
qiime2/abundance_tables/
qiime2/phylogenetic_tree/
It is possible to increase that number by supplying a config with -c that contains essentially overwrites the publishDir block for the QIIME2 processes in conf/modules.config to also export qza/qzv files.
But to import tables in R, the usual tsv/csv/txt files that are already in the results folder should suffice.
Could you describe your usecase?

@asgarhussain
Copy link
Author

Thanks for the quick response. I am using qiime2R package and ggplot2 for plotting distance matrix.

@d4straub d4straub mentioned this issue Feb 5, 2024
11 tasks
@d4straub
Copy link
Collaborator

d4straub commented Feb 6, 2024

I added the param --save_intermediates in the dev branch that will populate the results folder with all qza and qzv that I could find. Will be in next release.

@d4straub d4straub closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants