elixir-cloud-aai / trs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH TRS implementation
Apache License 2.0
8 stars 6 forks source link

fix: register tools without tool class identifier #94

Closed kushagra189 closed 3 years ago

kushagra189 commented 3 years ago

Description

POSTing or PUTting a tool without specifying a tool class identifier returned a 500/InternalServerError response because of a KeyError in this line.

Fixes #77