-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
running sequenceserver in docker- echo status and disable questions #468
Comments
Amending this- I see now |
I hear you on printing a more sensible 'ready for connection' message - will have to see if the underlying server framework allows for that. Thanks for raising both the issues, especially so for the second one - the prompt is a very recent addition and I did not have the chance to consider how it might impact docker setup. I will try to get back to you with fixes later this week - I want to be on top of docker stuff before the stable 2.0 release. |
This is because SequenceServer creates a file in DOTDIR to remember that it has asked the user once. However, this file doesn't persist when running under Docker and SequenceServer tends to prompt users repeatedly. Furthermore, a prompt can be annoying for automated setups which is likely the primary use case of Docker build. see #468 Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
Hi. Thanks for being patient. Regarding the first question, SequenceServer does print a message when it is ready. It is of the form 'SequenceServer is ready. Go to in your browser and start BLAST-ing.' If you are not seeing this message, then this might be specific to your docker-compose setup. Note that this message is printed to stdout while the logger (e.g., "WARN Will listen on all interfaces ...") is printed to stderr. Could it be this distinction that you are not seeing the ready message? Regarding the second point, I have updated the docker file to disable the prompt (see the commit linked above). Docker hub will automatically build the updated image once I push a new release. But if you could test beforehand and let me know, that would be great. |
This is available on docker hub now if you want to give it a try. Please reopen the issue if the problem persists. |
I'm running rc3 via docker-compose. Two thoughts:
docker-compose up
, then I want to just run SS.The text was updated successfully, but these errors were encountered: