bioinfo.pipeline.Output
Description
Each output port of a bioinfo.pipeline.Block
object is a bioinfo.pipeline.Output
object.
Creation
Create the object using bioinfo.pipeline.Output
.
Properties
UniformOutput
— Flag to merge parallel outputs
true
or 1 (default) | false
or 0
Flag to merge parallel outputs with cell arrays, specified as a numeric or logical 1
(true
) or 0 (false
).
This property determines the merge strategy of the block output results after the block runs multiple times independently generating various results from each run according to the SplitDimension property.
If the value is true, the results from each block run are merged according to the
output data type and concatenated along the specified split dimensions (similar to the
UniformOutput
name-value argument of cellfun
or arrayfun
). Additionally, the individual
outputs from each run must be scalar unless the block only runs once. If there is only
one block run, nonscalar outputs are allowed with
UniformOutput=true
.
If the value is false, the results from each run are wrapped in a cell array before concatenating.
Data Types: double
| logical
Required
— Flag to indicate output port is required
true
or 1 (default) | false
or 0
This property is read-only.
Flag to indicate if the output port is required for the block, specified as a
numeric or logical 1 (true
) or 0 (false
).
A required output must be a field of a structure returned by the
run
method of a block. Otherwise, the block fails to run.
You can set the value as true or false when you define a block subclass. For details, see Subclass Pipeline Block.
Data Types: double
| logical
Version History
Introduced in R2023a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)