Private Registries
Connect BioContext7 to private and institutional tool registries
Overview
BioContext7 can connect to private tool registries in addition to the public bio.tools index. This is useful for institutional tools, proprietary pipelines, or tools under development.
Configure a Private Registry
Add a private registry to ~/.biocontext7/config.yaml:
Registry Types
bio.tools Compatible
Connect to any bio.tools API-compatible registry:
Manifest Directory
Point to a directory of biocontext7.json manifest files:
Git Repository
Pull tool manifests from a Git repository:
Authentication
API Key
OAuth Token
Basic Auth
Registry Priority
When multiple registries contain the same tool, BioContext7 uses this priority order:
- Local manifests (registered via
bc7 register) - Private registries (in config order)
- nf-core modules
- bio.tools public index