qiime2 / q2view-old

A web-based "serverless" viewer of QIIME 2 Artifacts and Visualizations
https://view.qiime2.org
BSD 3-Clause "New" or "Revised" License
14 stars 17 forks source link

provenance replay from q2view #123

Closed ChrisKeefe closed 11 months ago

ChrisKeefe commented 2 years ago

Addition Description During focus group testing of provenance replay, participants requested provenance replay be included in q2view.

Current Behavior Users have GUI access to the provenance graph, but no easy search access to captured provenance data, and no way of viewing e.g. the interface-specific command associated with an action. See #122.

Proposed Behavior Users could click a button on the provenance graph page to generate and download a script or reproducibility package representing the analysis. Alternately, replay scripts could be generated by default, and this functionality could be included in a separate tab (e.g. with a selector for target interface and a download button.

Comments Many challenges exist here:

ebolyen commented 11 months ago

It's possible Python will run well enough in WASM to do this someday.

ebolyen commented 11 months ago

Until then, this seems out of scope.