bridge.adapters.cli.commands.biotools_to_github module#
CLI command to create a GitHub pull request from a bio.tools record.
- bridge.adapters.cli.commands.biotools_to_github.update(biotools_id=<typer.models.ArgumentInfo object>, owner=<typer.models.ArgumentInfo object>, repo=<typer.models.ArgumentInfo object>, allow_issues=<typer.models.OptionInfo object>)[source]#
Create a GitHub PR (and issues) from bio.tools metadata.
- Parameters:
biotools_id (str) – The ID of the source bio.tools entry.
owner (str) – The owner of the GitHub repository to create the PR in.
repo (str) – The name of the GitHub repository to create the PR in.
allow_issues (bool | None) – Whether to create issues in the repository based on bio.tools issues. Default is None.