aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Provide an API to return a ToolConfig's "Boutiques descriptor" #1241

Closed prioux closed 2 years ago

prioux commented 2 years ago

Developers could find it convenient to query CBRAIN and get a copy of the descriptor associated with a ToolConfig (if any).

I suggest implementing

GET /tool_configs/1234/boutiques_descriptor.json

that would return it.

Also, maybe it could be shown in the interface when launching a task (maybe in the 'edit_help' partial?)

prioux commented 2 years ago

Implemented in #1242