Skip to content

Commit 4ae00d5

Browse files
authored
Merge pull request #246 from common-workflow-language/cwl-discovery
add instructions for discovering CWL documents on the local FS
2 parents b16ae29 + 48b6ac1 commit 4ae00d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

draft-4/concepts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,14 @@ cwl-runner` and be marked as executable. In this case, the input object
376376
must include the field `cwl:tool` supplying a URI to the default CWL
377377
document that should be executed using the fields of the input object as
378378
input parameters.
379+
380+
## Discovering CWL documents on a local filesystem
381+
382+
To discover CWL documents look in the following locations:
383+
384+
`/usr/share/commonwl/`
385+
`/usr/local/share/commonwl/`
386+
`$XDG_DATA_HOME/commonwl/` (usually `$HOME/.local/share/commonwl`)
387+
388+
`$XDF_DATA_HOME` is from the [XDG Base Directory
389+
Specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html)

0 commit comments

Comments
 (0)