bioinfo.pipeline.datatype.ResultsPlaceholder
Description
A bioinfo.pipeline.datatype.ResultsPlaceholder
object is returned
by the results
function
when a specific output port of a block contains no results. An output port may not contain
results if its Required
property is set to false.
When the block contains output ports with no results after you run the block, the result
value for each of these output ports is set to ResultsPlaceholder
. This value
is a placeholder because the output ports might contain valid results when you change the
block options relevant to these output ports and then rerun the block.
Creation
The ResultsPlaceholder
object is returned as a field value of the
returned structure when you call the results
function
and the corresponding output port contains no result after you run the pipeline. Each field
corresponds to each output port. Alternatively, you can use
bioinfo.pipeline.datatype.ResultsPlaceholder
to create the object without
running the pipeline.
Examples
Version History
Introduced in R2024b