File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ This asymmetry means the same concept (a record) is expressed with two different
5858
5959## Considered Options
6060
61- ### Option 1: Current syntax (status quo )
61+ ### Option 1: Block syntax for inputs, call syntax for outputs (current state )
6262
6363Input uses a dedicated block syntax, output uses the ` record() ` function call:
6464
@@ -122,7 +122,7 @@ process FASTQC {
122122- Bad, because the output block mixes type declarations with value assignments (` Path = file(...) ` ).
123123- Bad, because block syntax in process I/O diverges from the function-call style already established for ` record() ` .
124124
125- ### Option 3: Unified ` record() ` function notation with assignment
125+ ### Option 3: Call syntax for both inputs and outputs
126126
127127Use the ` record() ` function-call syntax for both inputs and outputs, with standard assignment:
128128
You can’t perform that action at this time.
0 commit comments