Skip to content

Commit b478c46

Browse files
author
Toby Hodges
committed
added link to dependency resolution config guidance
1 parent 0029df6 commit b478c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/20-software-requirements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ hints:
3737
{: .source}
3838

3939
Depending on your CWL runner, these hints may be used to check
40-
that required software is installed and available before the job is run (note
41-
that currently the reference implementation does not do this).
40+
that required software is installed and available before the job is run. To enable
41+
these checks with the reference implementation, use the [dependency resolvers configuration][dependencies].
4242

4343
As well as a version number, a unique resource identifier (URI) for the tool is
4444
given in the form of an [RRID][rrid]. Resources with RRIDs can be looked up in the
@@ -52,4 +52,5 @@ requirement description.
5252

5353
[rrid]: https://scicrunch.org/resources/about/resource
5454
[scicrunch]: https://scicrunch.org/
55+
[dependencies]: https://github.com/common-workflow-language/cwltool#leveraging-softwarerequirements-beta
5556
[identifiers]: https://identifiers.org/

0 commit comments

Comments
 (0)