Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Results back to the server #58

Closed
2 tasks
SanojPunchihewa opened this issue Oct 24, 2019 · 2 comments · Fixed by #72
Closed
2 tasks

Send Results back to the server #58

SanojPunchihewa opened this issue Oct 24, 2019 · 2 comments · Fixed by #72
Labels
Feature Request New feature or request Priority: Normal Normal priority to fix

Comments

@SanojPunchihewa
Copy link
Owner

SanojPunchihewa commented Oct 24, 2019

At the moment the app only sends a status message to the f5n server

Need to implement the following,

  • Upload the newly created files from minimap2, samtools and f5c
  • Send the log of the commands
@SanojPunchihewa SanojPunchihewa added Feature Request New feature or request Priority: Normal Normal priority to fix labels Oct 24, 2019
@SanojPunchihewa
Copy link
Owner Author

Send the log of the commands

@AnjanaSenanayake please check 0f17a2f

Upload the newly created files from minimap2, samtools and f5c

For this, I think we need to implement a file upload service at the server
@AnjanaSenanayake @hiruna72 please share your ideas

@hiruna72
Copy link
Collaborator

Sure what ever the simplest way is fine. I think since we have a download server already we can easily add upload service.
Once the results are uploaded back to server, client sends the SUCCESS message. Server should calculate the average job complete time and use it as a heuristic to determine the failed jobs. Failed jobs should be listed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Priority: Normal Normal priority to fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants