clij / clijx-assistant

A user interface for GPU-accelerated image processing using CLIJ2
https://clij.github.io/assistant
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Read-in workflows from macros #17

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 3 years ago

Suggested by @pr4deepr

''' Also, the same way you can generate a macro based on the workflows, is it possible to do the opposite? As in, use a macro to generate the CLIJx-assistant workflow which I can tweak, maybe add or delete components and regenerate a macro/script? '''

See also: https://github.com/clij/assistant/issues/14

This should be doable by extending the parser: https://github.com/clij/assistant/blob/master/src/main/java/net/haesleinhuepf/clijx/assistant/services/UsageAnalyser.java

haesleinhuepf commented 3 years ago

This has been done in https://github.com/clij/assistant/commit/5df5b6efe548e4b6ec1468b0abc4ad6088a28050

See documentation on how to use it: https://clij.github.io/assistant/save_and_load

Thanks @pr4deepr for this suggestion. You were in fact the second user asking for this and here it comes :-)