Enabling REST on web server for parsing
0
1
Entering edit mode
7.5 years ago
anioannides6 ▴ 10

Hello,

I have created a web service for a software that calculates Low Complexity Regions (LCRs) and masks a protein sequence. The service is controlled with Perl CGI; a user uses a form to paste the sequence, selects some options, and the result is displayed in the browser.

My question is: How can I add REST functionality to the server? My goal is to enable this feature, in order for users to access the software programmatically (i.e from a terminal) and retrieve the results in text format.

Are there any tutorials that can help me accomplish this?

Thank you

REST perl server parse software • 1.2k views
ADD COMMENT
0
Entering edit mode

Question in this present form is not strictly bioinformatics. Perhaps stackoverflow forum would be more appropriate.

ADD REPLY
0
Entering edit mode

Using python, I suggest you to use Flask or aiohttp.web which support websocket.

ADD REPLY

Login before adding your answer.

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