Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/02-1st-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Next, create a file called `echo-job.yml`, containing the following boxed text,
~~~
{: .source}

Now, invoke `cwl-runner` with the tool wrapper `1st-too.cwl` and the input object echo-job.yml on the command line. The command
Now, invoke `cwl-runner` with the tool wrapper `1st-tool.cwl` and the input object echo-job.yml on the command line. The command
is `cwl-runner 1st-tool.cwl echo-job.yml`. The boxed text below shows this command and the expected output.

~~~
Expand Down