Skip to content

Commit 76adbc4

Browse files
ewelsjorgee
andauthored
Update cli.md
Co-authored-by: Jorge Ejarque <[email protected]> Signed-off-by: Phil Ewels <[email protected]>
1 parent d4a4b32 commit 76adbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/cli.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,8 @@ $ nextflow lineage view lid://c914d714877cc5c882c55a5428b510b1#output
742742

743743
:::{warning}
744744
Only outputs described using the {ref}`workflow-outputs` syntax are captured in lineage records.
745-
If your pipeline only uses {ref}`publishDir` then an empty list will be returned.
745+
If your pipeline only uses {ref}`publishDir`, an empty list will be returned.
746+
However, files published via `publishDir` can be accessed using the Lineage ID in the format `lid://<WORKFLOW_LID>/<RELATIVE_PATH>`, where `<RELATIVE_PATH>` is the file's path relative to the workflow's output directory. If the `publishDir` path is not a subpath of the workflow output directory, lineage metadata entries will not be created and a warning message will be displayed.
746747
:::
747748

748749
Find all lineage records that match a set of key-value pairs:

0 commit comments

Comments
 (0)