Repository
Specifies a repository where dependency components can be found.
Examples:
Definition of a repository in the component config or package config.
repositories:
- name: openpipelines-bio
type: github
repo: openpipelines-bio/modules
tag: 0.3.0
Definition of dependency with a fully defined repository
dependencies:
- name: qc/multiqc
repository:
type: github
repo: openpipelines-bio/modules
tag: 0.3.0