Entering edit mode
11 weeks ago
Saransh
•
0
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.)
- ARNOLD: Used to predict terminator regions in prokaryotes. Link: http://rssf.i2bc.paris-saclay.fr/toolbox/arnold/index.php#Results
- G2DPEPPER Promoter: Used to predict promoter regions in prokaryotes. Link: http://genome2d.molgenrug.nl/g2d_pepper_promoters.php#
Any kind of help will be much appreciated.
Thank you.
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).