File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ Any [expressions](../13-expressions/index.html) like `$(inputs.message)` are
3030expanded by the CWL engine before creating the file;
3131here inserting the value at the input ` message ` .
3232
33- > ** Tip:** The _ CWL expressions_ are independent of any _ shell variables_
33+ > ## Tip
34+ > The _ CWL expressions_ are independent of any _ shell variables_
3435 used later during command line tool invocation. That means that any genuine
3536need for the character ` $ ` must be ** escaped** with ` \ ` ,
3637for instance ` \${PREFIX} ` above is expanded to ` ${PREFIX} ` in the generated file
3738to be evaluated by the shell script instead of the CWL engine.
39+ {: .callout}
3840
3941To test the above CWL tool use this job to provide the input value ` message ` :
4042
You can’t perform that action at this time.
0 commit comments