8000 GitHub - biocypher/biotope: The repository for creating a command line integration for biocypher software components
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The repository for creating a command line integration for biocypher software components

License

Notifications You must be signed in to change notification settings

biocypher/biotope

Repository files navigation

biotope

Package Latest PyPI Version Supported Python Versions Documentation
Meta MIT Code of Conduct Checked with mypy Code Style Black Linting: Ruff
Automation

CLI integration for BioCypher ecosystem packages

Status: early alpha, volatile

Currently discussed here

Metadata annotation using Croissant, short guide

The biotope package features a metadata annotation assistant using the recently introduced Croissant schema. It is available as the biotope annotate module. Usage:

pip install biotope
biotope annotate interactive

After creation, biotope can also be used to validate the JSON-LD (CAVE: being a prototype, biotope does not yet implement all croissant fields):

biotope annotate validate –jsonld <file_name.json>

biotope also has the method biotope annotate create to create metadata files from CLI parameters (no interactive mode) and biotope annotate load to load an existing record (the use of this is not well-defined yet). Obvious improvements would be to integrate file download (something like biotope annotate get) with automatic annotation functionalities, and the integration of LLMs for the further automation of metadata annotations from file contents (using the biochatter module of biotope).

Unit tests to inform about further functions and details can be found at https://github.com/biocypher/biotope/blob/main/tests/commands/test_annotate.py

Copyright

  • Copyright © 2025 Sebastian Lobentanzer.
  • Free software distributed under the MIT License.

About

The repository for creating a command line integration for biocypher software components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0