X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b02d96279c226836fe73f042a84e15c85bcd744a..7a47332fa99627c3ed0e22a02c54afcb6d128ef5:/doc/user/topics/run-command.html.textile.liquid diff --git a/doc/user/topics/run-command.html.textile.liquid b/doc/user/topics/run-command.html.textile.liquid index 5ffeb18367..f02a6e6f5a 100644 --- a/doc/user/topics/run-command.html.textile.liquid +++ b/doc/user/topics/run-command.html.textile.liquid @@ -6,6 +6,8 @@ title: "run-command reference" The @run-command@ crunch script enables you run command line programs. +{% include 'tutorial_expectations_workstation' %} + h1. Using run-command The basic @run-command@ process evaluates its inputs and builds a command line, executes the command, and saves the contents of the output directory back to Keep. For large datasets, @run-command@ can schedule concurrent tasks to execute the wrapped program over a range of inputs (see @task.foreach@ below.)