Skip to content

Commit 3eb289e

Browse files
author
Curoverse build bot
committed
Build bot
1 parent af98a22 commit 3eb289e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

draft-2/index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
635635
<p>Describe an output parameter of a workflow. The parameter must be
636636
connected to one or more parameters defined in the workflow that will
637637
provide the value of the output parameter.</p>
638-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#outputschema">OutputSchema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#outputschema">OutputSchema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
638+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#outputschema">OutputSchema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#outputschema">OutputSchema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
639639
<em>Inherited from <a href="#parameter">Parameter</a></em></p>
640640
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
641641
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
@@ -804,10 +804,16 @@ <h1 id="runtime_environment">Runtime environment</h1><p>All files listed in the
804804
output directory</strong>.</p>
805805
<p>The initial current working directory when executing the tool must be the
806806
designated output directory.</p>
807+
<p>When executing the tool, the child process must not inherit environment
808+
variables from the parent process. The tool must execute in a new, empty
809+
environment, containing only environment variables defined by
810+
<a href="#envvarrequirement">EnvVarRequirement</a>, the default environment of the
811+
Docker container specified in <a href="#dockerrequirement">DockerRequirement</a> (if
812+
applicable), and <code>TMPDIR</code>.</p>
807813
<p>The <code>TMPDIR</code> environment variable must be set in the runtime environment to
808814
the <strong>designated temporary directory</strong>. Any files written to the
809-
designated temporary directory may be deleted by the workflow
810-
platform when the tool invocation is complete.</p>
815+
designated temporary directory may be deleted by the workflow platform when
816+
the tool invocation is complete.</p>
811817
<p>An implementation may forbid the tool from writing to any location in the
812818
runtime environment file system other than the designated temporary
813819
directory and designated output directory. An implementation may provide
@@ -883,7 +889,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
883889
</td></tr></table><h1 id="commandinputparameter">5.2.1 CommandInputParameter</h1><p>Extends <a href="#inputparameter">InputParameter</a></p>
884890
<p>Referenced by <a href="#commandlinetool">CommandLineTool.inputs</a></p>
885891
<p>An input parameter for a CommandLineTool.</p>
886-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#commandinputschema">CommandInputSchema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#commandinputschema">CommandInputSchema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
892+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#commandinputschema">CommandInputSchema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#commandinputschema">CommandInputSchema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
887893
<em>Inherited from <a href="#parameter">Parameter</a></em></p>
888894
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
889895
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
@@ -978,7 +984,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
978984
</td></tr></table><h1 id="commandoutputparameter">5.2.2 CommandOutputParameter</h1><p>Extends <a href="#outputparameter">OutputParameter</a></p>
979985
<p>Referenced by <a href="#commandlinetool">CommandLineTool.outputs</a></p>
980986
<p>An output parameter for a CommandLineTool.</p>
981-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#commandoutputschema">CommandOutputSchema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#commandoutputschema">CommandOutputSchema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
987+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#commandoutputschema">CommandOutputSchema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#commandoutputschema">CommandOutputSchema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
982988
<em>Inherited from <a href="#parameter">Parameter</a></em></p>
983989
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
984990
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
@@ -1236,7 +1242,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
12361242
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this process object.</p>
12371243
</td></tr></table><h1 id="parameter">5.7.1 Parameter</h1><p>Extended by <a href="#inputparameter">InputParameter</a>, <a href="#outputparameter">OutputParameter</a></p>
12381244
<p>Define an input or output parameter to a process.</p>
1239-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#schema">Schema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#schema">Schema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.</p>
1245+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#schema">Schema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#schema">Schema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.</p>
12401246
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object.</p>
12411247
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object.</p>
12421248
</td></tr><tr><td><code>streamable</code></td><td><a href="#datatype">boolean</a></td><td>False</td><td><p>Currently only applies if <code>type</code> is <code>File</code>. A value of <code>true</code>
@@ -1273,7 +1279,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
12731279
</td></tr></table><h1 id="inputparameter">5.7.2 InputParameter</h1><p>Extends <a href="#parameter">Parameter</a></p>
12741280
<p>Extended by <a href="#commandinputparameter">CommandInputParameter</a></p>
12751281
<p>Referenced by <a href="#process">Process.inputs</a>, <a href="#expressiontool">ExpressionTool.inputs</a>, <a href="#workflow">Workflow.inputs</a></p>
1276-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#inputschema">InputSchema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#inputschema">InputSchema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
1282+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#inputschema">InputSchema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#inputschema">InputSchema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
12771283
<em>Inherited from <a href="#parameter">Parameter</a></em></p>
12781284
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
12791285
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
@@ -1301,7 +1307,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
13011307
</td></tr></table><h1 id="outputparameter">5.7.3 OutputParameter</h1><p>Extends <a href="#parameter">Parameter</a></p>
13021308
<p>Extended by <a href="#commandoutputparameter">CommandOutputParameter</a>, <a href="#workflowoutputparameter">WorkflowOutputParameter</a></p>
13031309
<p>Referenced by <a href="#process">Process.outputs</a>, <a href="#expressiontool">ExpressionTool.outputs</a></p>
1304-
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#outputschema">OutputSchema</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#outputschema">OutputSchema</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
1310+
<h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th><th>required</th><th>description</th></tr><tr><td><code>type</code></td><td><a href="#datatype">Datatype</a> | <a href="#outputschema">OutputSchema</a> | <a href="#datatype">string</a> | array&lt;<a href="#datatype">Datatype</a>&nbsp;|&nbsp;<a href="#outputschema">OutputSchema</a>&nbsp;|&nbsp;<a href="#datatype">string</a>&gt;</td><td>False</td><td><p>Specify valid types of data that may be assigned to this parameter.
13051311
<em>Inherited from <a href="#parameter">Parameter</a></em></p>
13061312
</td></tr><tr><td><code>label</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A short, human-readable label of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>
13071313
</td></tr><tr><td><code>description</code></td><td><a href="#datatype">string</a></td><td>False</td><td><p>A long, human-readable description of this parameter object. <em>Inherited from <a href="#parameter">Parameter</a></em></p>

0 commit comments

Comments
 (0)