Marker¶
- class Marker(input, name=None, metadata=None)[source]¶
This class assists user in using pipe module.
Constructor for
Marker- Parameters
input (Any) – Instance of any type that has .data attribute. For example,
biomeorpmaf.pipe.agents.dockers.name (Optional[str]) – Name of the marker instance.
metadata (Optional[dict]) – Metadata of the marker instance.
Attributes
inletInlet type of the marker.
inputInput of the marker.
metadataMetadata of the instance.
nameName of the instance.
outletOutlet type marker.
outputOutput of the marker.
tasksList all the tasks.
upcomingUpcoming task.
Methods
compute()Evaluate specs
embed_specs(*args)Get the outputs.
next()Same as builtin next() command.