bridge.adapters.cli.commands.github_to_biotools module

Contents

bridge.adapters.cli.commands.github_to_biotools module#

CLI command to extract bio.tools metadata from a GitHub repository.

bridge.adapters.cli.commands.github_to_biotools.extract(owner=<typer.models.ArgumentInfo object>, repo=<typer.models.ArgumentInfo object>, biotools_id=<typer.models.OptionInfo object>)[source]#

Extract bio.tools metadata from a GitHub repository.

Parameters:
  • owner (str) – The owner of the source GitHub repository.

  • repo (str) – The name of the source GitHub repository.

  • biotools_id (Optional[str]) – Existing bio.tools ID to update, if available.