File: seqera_cli.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,164 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (2)
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'
```