Calling a database from an SSH server to a local terminal to run hhblits query
1
0
Entering edit mode
2.1 years ago
Georgios • 0

Greetings! I want to run a query using hhblits and the database that I want to use for my query is stored in a SSH server. Any ideas how to retrieve the path of the database in order to run my query in a local terminal? Thank you in advance!

hhblits • 497 views
ADD COMMENT
0
Entering edit mode

You need to provide a lot more details, no one can help you with this information

ADD REPLY
1
Entering edit mode
2.1 years ago
Michael 54k

You can try to mount the remote filesystem via ssh using sshfs: https://github.com/libfuse/sshfs This might work or not depending on your network bandwidth (in fact it might clog up your network, doing database searches on a network drive can be much slower than on a local drive) . It may be better to log in to the remote machine and run the command there, or to copy the remote database to the local machine using scp or rsync. Hope this helps.

ADD COMMENT

Login before adding your answer.

Traffic: 2065 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6