biocontainers
Installation
SKILL.md
Biocontainers Skill
Query the BioContainers Registry through the bundled GA4GH Tool Registry Service (TRS) CLI.
When To Use
Use this skill for BioContainers discovery tasks: finding tools by keyword, checking whether a named tool exists, listing its versions, and resolving the exact quay.io/biocontainers/<tool>:<version>--<build> image tag.
Workflow
- Resolve this skill directory and run the bundled
scripts/biocontainershelper from there; do not assumebiocontainersis already onPATH. - Search first when the exact BioContainers tool name is uncertain.
- Use
inspect <tool>for registry metadata and the latest version summary. - Use
inspect <tool>:<version>when the user needs full image tags for a specific version. - Use
versions <tool>when the user only needs available upstream versions.