Latch workflows can output thousands of files, making it difficult for users to find the most relevant output files. To help users navigate these outputs, Latch provides a results page that displays the outputs of a workflow in a user-friendly interface.Documentation Index
Fetch the complete documentation index at: https://wiki.latch.bio/llms.txt
Use this file to discover all available pages before exploring further.
Usage
SDK Example
To expose specific outputs to users, developers must explicitly supply a list of paths to publish. For example:Nextflow Example
Developers can explicitly define a list of subpaths for any output directory defined inlatch_metadata/parameters.py. For example, the following
code snippet exposes shortcuts for the workflows publishDir and execution report:
Results Interface
Both methods render a “Results” page in the Latch Console that displays the outputs of the workflow in a user-friendly interface: