Reports
Most Nextflow pipelines will generate reports or output files which are useful to inspect at the end of the pipeline execution. Reports may be in various formats (e.g. HTML, PDF, TXT) and would typically contain quality control (QC) metrics that would be important to assess the integrity of the results.
Reports allow you to directly visualise supported file types or to download them via the user interface (see Limitations). This saves users the time and effort of having to retrieve and visualize output files from their local storage.
Visualize reports
Available reports are listed in a Reports tab on the Runs page. You can select a report from the table to view or download it (see Limitations for supported file types and sizes).
To open a report preview, the file must be smaller than 10 MB.
You can download a report directly or from the provided file path. Reports larger than 25MB cannot be downloaded directly — the option to download from file path is given instead.
Configure reports
Create a config file that defines the paths to a selection of output files published by the pipeline for Seqera to render reports. There are 2 ways to provide the config file, both of which have to be in YAML format:
- Pipeline repository: If a file called
tower.ymlexists in the root of the pipeline repository then this will be fetched automatically before the pipeline execution. - Seqera Platform interface: Provide the YAML definition within the Advanced options > Seqera Cloud config file box when:
- Creating a pipeline in the Launchpad.
- Amending the launch settings during pipeline launch. This is available to users with the Maintain role only.
Any configuration provided in the interface will override configuration supplied in the pipeline repository.