Scope

Defines the scope of the component.

image

Type: ScopeEnum

Defines whether the image is published or not.

  • 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

Defines the target location of the component.

  • 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