Main Content
bioinfo.pipeline.datatype.Incomplete
Description
A bioinfo.pipeline.datatype.Incomplete
object is the value
returned by the results
function
when the block result is not yet computed, or when the block contains partial results.
If the block contains partially computed results, the returned Incomplete
object shows the number of processes that did not run, the number completed, and the number
that encountered an error. An example output is shown
below.
Incomplete result (1x3) with the following outputs: TrimmedFASTQFiles NumTrimmed NumUntrimmed Not Run: 0 Complete: 1 Error: 2
Creation
The Incomplete
object is returned when you call the results
function
of a pipeline after you run the pipeline, and the block processes are not all
completed.
Object Functions
completed | Get indices of completed processes |