AMCeScience / docking-gateway

AMC Docking Gateway
0 stars 0 forks source link

Adding partial results to gateway #4

Closed sararkd closed 9 years ago

sararkd commented 10 years ago

This needs to be done on the PM and then the UI level. @mjaghouri @Flythe

sararkd commented 10 years ago

@mjaghouri you have to call mergeAutoDock.py

sararkd commented 10 years ago

I'm going to return percentageDone after the status when you call getStatus. I think that's all I need to change right now, toch?

mjaghouri commented 10 years ago

can you give me an example output of the new getStatus? How exactly is the progress printed?

On Wed, Oct 22, 2014 at 3:17 PM, Sara notifications@github.com wrote:

I'm going to return percentageDone after the status when you call getStatus. I think that's all I need to change right now, toch?

— Reply to this email directly or view it on GitHub https://github.com/AMCeScience/docking-gateway/issues/4#issuecomment-60082597 .

sararkd commented 10 years ago

This is what the status file looks like: In Progress 80

I was just going to fix the function Do you care about what it returns or just the stdout?

mjaghouri commented 10 years ago

Please put as follows: Last line in stdout = status Line before = progress

On Wed, Oct 22, 2014 at 4:42 PM, Sara notifications@github.com wrote:

This is what the status file looks like: In Progress 80

I was just going to fix the function Do you care about what it returns or just the stdout?

— Reply to this email directly or view it on GitHub https://github.com/AMCeScience/docking-gateway/issues/4#issuecomment-60095480 .

sararkd commented 10 years ago

done, I am pushing it to github

sararkd commented 9 years ago

this is still open too, just a reminder

Flythe commented 9 years ago

added to gateway as well