Added support for SBOLDocument as well as filename for BOOST APIs#34
Added support for SBOLDocument as well as filename for BOOST APIs#34prem0862 merged 4 commits intoeoberortner:GSoC18from prem0862:GSoC18
Conversation
|
Ernst, Please test it once before merging to GSoC18 branch |
|
While testing, I am getting a response like: Job is not finished yet (on printing the response) Is the BOOST_REST_URL = "https://boost.jgi.doe.gov/Dev/rest" is up and running? |
|
Prem,
things work well at my end using the https://boost.jgi.doe.gov/Dev/rest <https://boost.jgi.doe.gov/Dev/rest> endpoint.
please find attached the JSON of the finished job.
at the end of the DemoClient’s main() method, there’s a nested loop iterating over all submitted jobs and waiting for each job to be finished.
There’s a
System.out.println("Job " + jobUUID + " is not finished yet.");
command.
Did you wait until the job is finished?
Thanks,
Ernst
… On Jul 6, 2018, at 5:17 AM, Prem Singh ***@***.***> wrote:
While testing, I am getting a response like: Job is not finished yet (on printing the response)
Is the BOOST_REST_URL = "https://boost.jgi.doe.gov/Dev/rest <https://boost.jgi.doe.gov/Dev/rest>" is up and running?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABUOZsICIFo2nwcF4rsoz183MtNtIjkoks5uD1VBgaJpZM4VFWWD>.
|
|
There might be the issue with my internet connection. I was getting the same message again and again. Please merge it to GSoC18 branch if it is working at your end. Thanks |
|
Have you updated the backend for the CodonJuggling method? As per my task, I am planning to work to draw the response returned by it on DBOLDesigner. |
|
OK, my up-to-date code is in the repo under the GSoC18 branch now.
please let me know if you run into any issues!
… On Jul 6, 2018, at 5:44 AM, Prem Singh ***@***.***> wrote:
There might be the issue with my internet connection. I was getting the same message again and again.
Please merge it to GSoC18 branch if it is working at your end. Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABUOZgvCoraP7U7rKO8ySU9eERRLuCxaks5uD1uUgaJpZM4VFWWD>.
|
|
apologies! I wasn’t able to update the BOOST back-end yet.
At the moment, you have to read the modified sequence from the returned SBOLDocument.
… On Jul 6, 2018, at 5:49 AM, Prem Singh ***@***.***> wrote:
Have you updated the backend for the CodonJuggling method? As per my task, I am planning to work to draw the response returned by it on DBOLDesigner.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABUOZuNoKtsww6ZdJGlu4fENjJAKYX6bks5uD1zEgaJpZM4VFWWD>.
|
|
Ok, No problem with that, Here are the steps, as per I think, I need to follow in order to draw it in SBOLDesigner:
Is this work or anything else I should follow for now? Thanks |
|
Prem, this sounds great!
Please, can you share the steps with Chris and Michael too?
I’m not sure if they are following this thread and they may have some input regarding how things need to be handled at the SBOLDesigner side.
Thanks!
… On Jul 6, 2018, at 6:10 AM, Prem Singh ***@***.***> wrote:
Ok, No problem with that, Here are the steps, as per I think, I need to follow in order to draw it in SBOLDesigner:
During sending the current design as a SBOLDocument to BOOST APIs, I can store that document into temporary memory
Make the API call and get the response from BOOST backend
Parse out the modified sequence from returned document (by BOOST)
Remove the original sequence from initial SBOLDocument and fill out the space of sequence with the modified one.
5 Open this into the designer.
Is this work or anything else I should follow for now? Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABUOZup_soonKq8ivxjXDtUYiAnrF0U7ks5uD2HWgaJpZM4VFWWD>.
|
|
Sure, I will definitely do this. Thanks:) |
No description provided.