MPIIComputationalEpigenetics / DeepBlue

DeepBlue Epigenomic Data Server
Other
2 stars 0 forks source link

Include id (or _id) for the requests in server.info(request_id, user_key) #47

Closed edeas123 closed 9 years ago

edeas123 commented 9 years ago

Currently calling server.info('r1', user_key) returns an array with any ID element: ['okay', [{'create_time': '2015-Aug-08 12:31:43.309000', 'finish_time': '2015-Aug-08 12:31:50.551000', 'message': '', 'query_id': 'q1', 'state': 'done', 'type': 'request'}]]

But does not return information about the request id that was given, in this case, 'r1'.