Scope
Defines the scope of the component.
test: only available during testing; components aren’t publishedprivate: only meant for internal use within a workflow or other componentpublic: core component or workflow meant for general use
image
Type: ScopeEnum
Defines whether the image is published or not.
test: image is only used during testing and is transientprivate: image is published in the registrypublic: image is published in the registry
target
Type: ScopeEnum
Defines the target location of the component.
test: target folder is only used during testing and is transientprivate: target folder can be published in target/_private or target/dependencies/_privatepublic: target is published in target/executable or target/nextflow