You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mr-c
changed the title
allow multiple parameter references and string concatenation w/o JS engine
document in user guide that multiple parameter references and string concatenation are possible without InlineJavascript
Mar 23, 2017
http://www.commonwl.org/v1.0/CommandLineTool.html#Parameter_references "Multiple parameter references may appear in a single field. This case must be treated as a string interpolation. After interpolating the first parameter reference, interpolation must be recursively applied to the trailing characters to yield the final string value."
Inspired by https://www.biostars.org/p/234804/#238901
Implementers, does the following seem reasonable?
Note the lack of
InlineJavascriptRequirement
The text was updated successfully, but these errors were encountered: