1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
---
name: Seqera Platform CLI
url: https://github.com/seqeralabs/tower-cli
description: Reports statistics generated by the Seqera Platform CLI.
---
Parses a tar-gz dump containing logs and stats from a Seqera Platform run, that is,
the `runs_SmUkr43Nul49G.tar.gz` file generated by the following command:
```sh
tw runs dump -id=SmUkr43Nul49G --workspace=seqeralabs/benchmarks --output=runs_SmUkr43Nul49G.tar.gz
```
Expects the dump to contain a `workflow.json` file, along with `workflow-load.json`.
Can also parse an uncompressed version of the dump, that is, a `workflow.json` file
and a `workflow-load.json` sitting together in a directory.
To allow reading the tar-gz archives, run with `ignore_images: false`
in the config, e.g.:
```sh
multiqc . --cl-config 'ignore_images: false'
```
|