New Tool Request
Create a wrapper for the web API of the ZOOMA tool. The tool should take a tabular file where the user can select a column, if there is a header present, this column will be used to query the zooma tool via the API and the oputput should be the table provided by the tool.
Basically implementing a python wrapper to run the HTTP get requests using the requests or urllib libraries and to write the tables to file using the responses.
The documentation of the web api is available here: https://www.ebi.ac.uk/spot/zooma/docs/api
New Tool Request
Create a wrapper for the web API of the ZOOMA tool. The tool should take a tabular file where the user can select a column, if there is a header present, this column will be used to query the zooma tool via the API and the oputput should be the table provided by the tool.
Basically implementing a python wrapper to run the HTTP get requests using the requests or urllib libraries and to write the tables to file using the responses.
The documentation of the web api is available here: https://www.ebi.ac.uk/spot/zooma/docs/api