Skip to content

Commit

Permalink
Add process_name to example provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Feb 17, 2022
1 parent 678a354 commit f6ac139
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,17 @@ sample-01
For each pipeline invocation, each sample will produce a `provenance.yml` file with the following contents:

```yml
- tool_name: fastp
- process_name: fastp
tool_name: fastp
tool_version: 0.23.1
- tool_name: shovill
- process_name: shovill
tool_name: shovill
tool_version: 1.1.0
- tool_name: prokka
- process_name: prokka
tool_name: prokka
tool_version: 1.14.5
- tool_name: quast
- process_name: quast
tool_name: quast
tool_version: 5.0.2
- input_filename: sample-01_R1.fastq.gz
sha256: 4ac3055ac5f03114a005aff033e7018ea98486cbebdae669880e3f0511ed21bb
Expand Down

0 comments on commit f6ac139

Please sign in to comment.