elixir-cloud-aai / trs-filer

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

feat: add "GET .../tests" #84

Closed kushagra189 closed 4 years ago

kushagra189 commented 4 years ago

Fixes #27

uniqueg commented 4 years ago

@kushagra189, FYI: I removed the check you added to the GET .../files endpoint to only include PRIMARY_DESCRIPTOR and SECONDARY_DESCRIPTOR files in the output. I think all files associated with a given descriptor type should be included, and that includes TEST_FILE and OTHER files (otherwise there would not even be a way of getting the file wrappers for these). Otherwise all looked good :)