We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c093e commit 2a4dffbCopy full SHA for 2a4dffb
_episodes/14-runtime.md
@@ -15,8 +15,8 @@ created during tool runtime."
15
---
16
Sometimes you need to create a file on the fly from input parameters,
17
such as tools which expect to read their input configuration from a file
18
-rather than the command line parameters. To do this, use
19
-`InitialWorkDirRequirement`.
+rather than the command line parameters, or need a small wrapper shell script.
+To do this, use `InitialWorkDirRequirement`.
20
21
*createfile.cwl*
22
0 commit comments