This is a test version of Biostars. For the public version, visit https://www.biostars.org.
local web BLAST server

Hello, I look for a local web BLAST server which I could set up for our group. Is there any which support to submit jobs and when the results ready is the user gets an email notification?

Thank you in advance

blast

Are you planning to run those blast jobs on a cluster, if so you usually can configure your cluster jobs to send a mail when the job is finished.

Implementing it in a galaxy (it will even be already available in the galaxy tool shed I assume) as suggested by gb is another option

2 answers

It doesn't email but I've found sequence server to be very useful as a local blast server.

I also wrote one that runs on R-shiny to which you could easily add the mail tool from Sej Modha's comment. Just change the output to a txt and send that as the mail message.

Thanks @Jake Warner for mentioning sequenceserver. @Ric, please let us know if you encounter any challenges.

Here's another post that might be interesting for your purpose:

C: How to start with blast and a local database

Log in to answer this question.