moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 5 forks source link

CSV Export #123

Open blackpan2 opened 5 years ago

blackpan2 commented 5 years ago

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.

Detailed Description