CanDIG / rnaget_service

Implementation of GA4GH rnaget API
GNU General Public License v3.0
1 stars 2 forks source link

'Expression' response types should be converted to 'File' response type #4

Closed alipski closed 5 years ago

alipski commented 5 years ago

The GA4GH rnaget spec was recently updated to return all expression search query responses as defined File types instead of the Expression types (defined previously).

The change will involve updating the models and yaml spec to account for the change in response type. Not sure yet how temporary files generated by slicing existing matrices should be stored in the database.

The included demo data should also be updated to reflect these changes.