I know that blastp has a -remote option, which allows you to run your query on NCBI servers (see here).
Is there a way I can set up my own remote server that could be queried using blastp and would run queries against my own custom database? I am running lots of blastp queries on a cluster of machines, and I think it would be much faster if I delegated this work to a single machine that could use a local blast database, instead of querying a database stored on a distributed file system?
OP is asking if he can setup
--remotefunctionality (which normally uses NCBI) on local hardware.I must've interpreted this wrong, then.
He wants to do that but additionally allow
--remoteaccess to node/server containing the database.That said I am not sure if a local database would be faster than one on a distributed file system (assuming it was properly setup). Subject to what
distributed file systemreally translates to in OP's case.