bioio-devs / cookiecutter-bioio-reader

A cookiecutter template for creating a new BioIO file format reader plugin.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Declare file extension support #2

Closed SeanLeRoy closed 1 year ago

SeanLeRoy commented 1 year ago

Feature Description

Either in the cookiecutter or somewhere visible we'll need to make sure that plug-ins specify which file formats they support. Specifically they will need to mention which file extensions they are intended to support (should wildcards be allowed like for bioformats?).

evamaxfield commented 1 year ago

Work in progress version of that here: https://github.com/bioio-devs/cookiecutter-bioio-reader/blob/main/{{%20cookiecutter.project_slug%20}}/{{%20cookiecutter.python_slug%20}}/reader_metadata.py

SeanLeRoy commented 1 year ago

Ah that should work for what I was thinking with this issue