Skip to content

Commit 736ce39

Browse files
author
Toby Hodges
committed
completed header info
1 parent a98b555 commit 736ce39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_episodes/14-runtime.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: "Creating Files at Runtime"
33
teaching: 10
44
exercises: 0
55
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?"
6+
- "How do I create required input files from input parameters at runtime?"
87
objectives:
9-
- "Learn how to insert JavaScript expressions into a CWL description."
8+
- "Learn how to create files on the fly during runtime."
109
keypoints:
1110
- "Use `InitialWorkDirRequirement` to specify input files that need to be
1211
created during tool runtime."

0 commit comments

Comments
 (0)