bioimage-io / collection

Maintains the resources displayed on bioimage.io (Successor to collection-bioimage-io)
https://bioimage-io.github.io/collection/
1 stars 6 forks source link

The Galaxy project as Community partner #105

Open B0r1sD opened 6 days ago

B0r1sD commented 6 days ago

Hey there Bioimage zookeepers!

We would like to explore the possibility into making the Galaxy project an official community partner at the BioImage Model Zoo. This proposal originates from the Image Analysis Community that makes use of your service, with the Galaxy tool wrapper Process image using a BioImage.IO model which uses Galaxy's computational resources to analyze images with models from your database.

We would like to strengthen this connection, so it's easier for Galaxy users to fetch data from BMZ, and preferably also easier for users to contribute models/data back to you.

1) Description of your software, organization, company or team.

Galaxy is a free, open-source system for analyzing data, authoring workflows, training and education, publishing tools, managing infrastructure, and more.

2) Description of the resources that you plan to contribute. Please also include the URL to your project repo.

The Galaxy users interested in this tool could contribute their model/image creations after this connection has been implemented. On our side, we would create a tool that gets data from BMZ and redirects the user back to history with the data in their history, ready to run analyses. Examples where such connection already exists are UCSC Main tool, EBI SRA,... which you can find in the tools tab of https://usegalaxy.eu, https://imaging.usegalaxy.eu/,... as tools are maintained in a seperate repository such as https://github.com/galaxyproject/tools-iuc.

Main Galaxy codebase: https://github.com/galaxyproject/galaxy However the imaging subdomain is part of the European Galaxy instance, not the .org one.

3) Description of future plans on how your project will be maintained.

Galaxy has an active community with a bunch of contributors. @wm75 is the expert on these data source implementations and can help with the technical details. The Image Analysis Community will be on top of this connection and internally distribute maintenance.

If this request makes sense to your team, we can discuss further how this could be implemented technically on both sides. Let us know if you need more information, and I'll be happy to provide it. Thanks for the consideration!

FynnBe commented 1 day ago

Hi @B0r1sD !

Thank you for your request! We can proceed just like in #104. I've been told to encourage prospective community partner to contribute their compatibility check script before fully joining as a community partner (with icon on the website, etc.), as we aim to have a high proportion of the community partners to have compatibility checks set up.

So here is the full checklist details:

Happy to help along the way and welcome onboard!

FynnBe commented 1 day ago

Small update: I have refactored the ilastik example to provide script_utils.check_tool_compatibility: https://github.com/bioimage-io/collection/blob/5327dac33314f6817f07e88c7b099110011d5831/scripts/script_utils.py#L48-L72

This simplifies the compatibility script needed from a partner, e.g. ilastik example, so now almost only an analog to https://github.com/bioimage-io/collection/blob/5327dac33314f6817f07e88c7b099110011d5831/scripts/check_compatibility_ilastik.py#L16-L25 is needed to implement the compatibility check.

Hope this makes things easier now and more maintainable in the future!