Scope
Defines the scope of the component. test
: only available during testing; components aren’t published. private
: only meant for internal use within a workflow or other component. public
: core component or workflow meant for general use.
image
Type: ScopeEnum
test: image is only used during testing and is transient private: image is published in the registry public: image is published in the registry
target
Type: ScopeEnum
test: target folder is only used during testing and is transient private: target folder can be published in target/private or target/dependencies/private public: target is published in target/executable or target/nextflow