Hi,
I am new here and like to pose my questions regarding the use of bioinfo pipeline to facilitate analytical workflow. I received user request to automate their analyses of short peptide sequences using several web-based tools (no web service available as yet) and thought about using workflow management system (WMS) to do that. If any of you have experience to tackle this kind of problem before, would you share your view and recommend some WMS or pipeline suitable for this purpose? For scripting, I am considering Python/Jython or Perl to emulate http request/response. Any better ways doing that?
Thanks!
I found a paper dealing with similar problem: http://www.biomedcentral.com/1471-2105/12/S14/S5
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!