Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 903 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 903 Bytes

BIA Agent

A Python package including a library/CLI interface for preparing submissions to the BioImage Archive.

Converting REMBI YAML to PageTab

If this package is installed, run, e.g:

bia-agent rembi-to-pagetab examples/rembi-metadata.yaml S-BIADXXX

Using poetry:

poetry run bia-agent rembi-to-pagetab examples/rembi-metadata.yaml S-BIADXXX

Converting REMBI with MIFA annotations YAML to PageTab

Using poetry:

poetry run bia-agent rembi-mifa-to-pagetab examples/rembi-metadata-with-mifa.yaml S-BIADXXX

Converting MIFA annotations YAML to PageTab

Using poetry:

poetry run bia-agent rembi-mifa-to-pagetab examples/mifa-metadata.yaml S-BIADXXX

Dev usage

Install pre-commit hooks

    poetry run pre-commit install