File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ class CondorDAGManPlugin(GraphPluginBase):
16
16
The plugin_args input to run can be used to control the DAGMan execution.
17
17
Currently supported options are:
18
18
19
- - template : submit spec template to use for job submission. The template
20
- all generated submit specs are appended to this template. This
21
- can be a str or a filename.
19
+ - template : submit spec template for individual jobs in a DAG. All
20
+ generated submit spec components (e.g. executable name and
21
+ arguments) are appended to this template. This can be a str or
22
+ a filename. In the latter case the file content is used as a
23
+ template.
22
24
- submit_specs : additional submit specs that are appended to the generated
23
25
submit specs to allow for overriding or extending the defaults.
24
26
This can be a str or a filename.
You can’t perform that action at this time.
0 commit comments