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 a98b555 commit 736ce39Copy full SHA for 736ce39
_episodes/14-runtime.md
@@ -3,10 +3,9 @@ title: "Creating Files at Runtime"
3
teaching: 10
4
exercises: 0
5
questions:
6
-- "What do I do when I want to create values dynamically and CWL doesn't
7
-provide a built-in way of doing so?"
+- "How do I create required input files from input parameters at runtime?"
8
objectives:
9
-- "Learn how to insert JavaScript expressions into a CWL description."
+- "Learn how to create files on the fly during runtime."
10
keypoints:
11
- "Use `InitialWorkDirRequirement` to specify input files that need to be
12
created during tool runtime."
0 commit comments