You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://localhost:8000/v2/analyses/1/input_file?select_file=ri_layers.json --> returns contents of ri_layers.json
if file not found --> return Bad Request listing avalible files for section.
Add /analyses/{id}/output_file_list//analyses/{id}/input_file_list/ to list options
The Lot 3 PR seems to be extracting and storing each output file as a separate RelatedFile object, I'm not sure on this approach can might cause a lot of clutter.. could we just a similar mechanism to operate on files within an output tar? --> needs some thought
Issue Description
The inuring_priority is stored in the
ri_layers.json
file within an input file tar.Add an endpoint to an analyses object to return this data
The text was updated successfully, but these errors were encountered: