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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Being able to take the results information out of Moltimate to be used in other application requires exporting it in a common format, CSV in this case.
Expected Behavior
Have an endpoint that given a set of search criteria, returns a CSV file instead of a JSON response.
Implementation idea: have a flag on the search endpoint (would be included in the list of options that can be turned on)
Detailed Description
After discussions with the sponsor, this file should include all of the information that is normally included in the response. (We do not need to worry about including unsuccessful alignments)
Name the file: Export_"System time".csv, this can give context to the time of the export so that if the amount of motifs changes, a user knows roughly which motifs were checked for this export.