How to get APIs or use web-based bioinformatics tools remotely.
1
0
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.)

  1. ARNOLD: Used to predict terminator regions in prokaryotes. Link: http://rssf.i2bc.paris-saclay.fr/toolbox/arnold/index.php#Results
  1. 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.

API ARNOLD G2DPEPPER • 504 views
ADD COMMENT
0
Entering edit mode

some way to use following web-based tools remotely

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.

ADD REPLY
0
Entering edit mode

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).

ADD REPLY
1
Entering edit mode

just want to refrain from going on website

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).

ADD REPLY
1
Entering edit mode
11 weeks ago

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

ADD COMMENT
0
Entering edit mode

Thanks a lot for your response. Will get back to you after trying this.

ADD REPLY

Login before adding your answer.

Traffic: 1344 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