Running pipelines
This section contains documentation that explains how to run a pipeline and review the results. For example, you can run the whole workflow or make use of the cache feature to run single nodes.
- Use results in external software
Explains the Quick Run feature that allows to test and compare different algorithm parameters without recalculating the whole pipeline.
Explains how to review results.
JIPipe stores outputs in a standardized format that can be easily read with third-party software. The output folder of always contains a file project.jip, which is the project that generated the output. This folder contains sub-folders named according to the graph compartment. The ID is the unique ID of the graph compartment and can be looked up in the project.jip file or the compartment graph editor. Each of these compartment folders contains a set of additional sub-folders based on unique ID of the node (also visible in the graph editor).
Explains the Quick Run feature that allows to test and compare different algorithm parameters without recalculating the whole pipeline.
Explains the how JIPipe caches intermediate results and how to access them.