Calling another plugin with specifications in developing a plugin

Hello,

I'm developing a plugin and I would like to call qiime taxa collapse and use the collapsed table as a temporary artifact. If it is not possible, I would be forced to adapt taxa methods.

I would be very grateful if anybody could help me to accomplish what I need.

Best regards,

the_dummy

Hi @the_dummy!

This is totally possible - what you're looking for is what we call a Pipeline in QIIME 2:

https://dev.qiime2.org/latest/actions/pipelines/

2 Likes

Ah, perfect, how did I miss that :grimacing:

Thank you very much!!