bbcf / gdv

Genome Data Viewer

Home Page:http://bbcf.epfl.ch/twiki/bin/view/BBCF/GDV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send request to GFM

yjarosz opened this issue · comments

This can be done either by:

  • Directly launching a python process and reading the standard out.

or

  • Using the python script that was added to the GV repository (7b2e8db) to have an HTTP server running that then launches python processes and answers with HTTP POSTs.

But you can't send request directly to gFeatMiner. It doesn't contain a jobs/request system.

Again like #7, i will continu to call it "GFeatminer server", even if it's part of GDV now.
I think it will be the fastest to use this because 1) you already did it and 2) the system to parse a stdout is not done and 3) a stdout is not reliable.
What I mean by send request to GFM is to make a class in GDV that will do the trick,
(not talking about GFM server and GFM library)

The class is ready an can also serve to take back result : 3e02702