Hi, CikAlal,
The user wants to use several web-based tools to analyze some sequences sequentially. Result from each step needs to be pre-processed to be the input for the next step. Theoretically, a pipeline should help. But after some initial search, I have not found one that meets my needs. A plain simple way is just to use http request & response to take care of that. Any better idea?
I look forward to seeing if you get a really good solution to this. Dealing with web-based tools that don't have any sort of stable API is a royal PITA. The only time I've ever done this I've used methods similar to what you outlined.
Hi, Devon,
I am with you!
I found a paper dealing with similar problem: http://www.biomedcentral.com/1471-2105/12/S14/S5