Skip to content

Commit 2c9dd9b

Browse files
committed
Update lin json format [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent ea75b30 commit 2c9dd9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/data-lineage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lineage.store.location = '<PATH_TO_STORAGE>'
3737
```
3838

3939
:::{tip}
40-
For global configuration, add these settings to `~/.nextflow/config`.
40+
For global configuration, add these settings to `$HOME/.nextflow/config`.
4141
:::
4242

4343
See the {ref}`config-lineage` configuration scope for details.
@@ -71,6 +71,7 @@ Use the `view` subcommand to view the lineage record for the workflow run:
7171
```console
7272
$ nextflow lineage view lid://16b31030474f2e96c55f4940bca3ab64
7373
{
74+
"version": "lineage/v1beta1",
7475
"type": "WorkflowRun",
7576
"workflow": {
7677
"scriptFiles": [
@@ -116,6 +117,7 @@ Now, use the workflow LID and relative path to view the lineage record for an ou
116117
```console
117118
$ nextflow lineage view lid://16b31030474f2e96c55f4940bca3ab64/multiqc_report.html
118119
{
120+
"version": "lineage/v1beta1",
119121
"type": "FileOutput",
120122
"path": "/results/multiqc_report.html",
121123
"checksum": {
@@ -142,6 +144,7 @@ Any LID in a lineage record can be viewed, allowing you to traverse the lineage
142144
```console
143145
$ nextflow lineage view lid://862df53160e07cd823c0c3960545e747/multiqc_report.html
144146
{
147+
"version": "lineage/v1beta1",
145148
"type": "FileOutput",
146149
"path": "/work/86/2df53160e07cd823c0c3960545e747/multiqc_report.html",
147150
"checksum": {
@@ -166,6 +169,7 @@ View the lineage record for the task that produced this file:
166169
```console
167170
$ nextflow lineage view lid://862df53160e07cd823c0c3960545e747
168171
{
172+
"version": "lineage/v1beta1",
169173
"type": "TaskRun",
170174
"sessionId": "065bdc6b-89b4-42ee-92c1-2a5af37f2c50",
171175
"name": "MULTIQC",

0 commit comments

Comments
 (0)