Thanks a lot for your response. Will get back to you after trying this.
• 0 views
•
link
Hi community,
Greetings!
I need your help in getting APIs or some way to use following web-based tools remotely (on linux server, docker image etc.)
Any kind of help will be much appreciated.
Thank you.
or some way to use
open the firefox" web developper tools ": https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools
see what happens when you submit a FORM, see the POST parameters
use curl/wget to submit such form with your data
parse the HTML output
Thanks a lot for your response. Will get back to you after trying this.
Log in to answer this question.
As in without internet access?
Be careful to not swamp tool websites with a large amount of queries. Tools like these may be hosted by academic labs and are likely designed for low throughput use.
I mean, even with internet access, just want to refrain from going on website, pasting the query sequences and fetching the output. Some way through which I can just get it in some docker image form or API where I can provide my query sequences from the remote server and using internet it can provide me the results (Just like remote blast works).
Solution Pierre posted below is going to hit the website just in a different way. Only way you may be able to do this is to install the software/database locally (if it is possible to do that).