1 May 2011 06:51
Re: biopython web interface
Massimo Di Pierro <mdipierro <at> cs.depaul.edu>
2011-05-01 04:51:23 GMT
2011-05-01 04:51:23 GMT
Hello Andrea I am a looking at something a little different than what you are doing but we should definitely collaborate. I am trying to identify tasks that are not domain specific that could benefit more than one scientific community. It seems to me all scientific communities have data, have program (in python or not it irrelevant to me) and have a workflow. They all need: 1) a tool to post the data online in a semi-automated fashion 2) a tool to share data easily (both via web interface and scripting via web service) with access control 3) a way to annotate the data as in a CMS 4) a mechanism to connect data with a workflow so that certain programs are executed automatically when new data is uploaded in the system. The programs may require user input so it should possible to somehow register a task (a program) by describing what input data it needs and what user input it needs and the system should automatically generate an interface. 5) an interface to local clusters and grid resources to submit computing jobs to I do not have the resources or the expertise to build an interface specific for biopython but I think we should collaborate because if what I am going is general enough (and I am not sure it is unless we talk more about it) it could be used to create an interface to biopython with minimal programming. I understand your focus is on algorithms but I need to start on data. It is my experience it is very difficult to automate the workflow of algorithms if there is no standard exchange format for the data. The first thing I would need to understand are: - does biopython handle some standard file formats? What do they contain? how can they be recognized? Can you send me a few example? - is there a graph of which algorithms run on which file types? - what are the most common algorithms? Can you point me to the source?(Continue reading)
RSS Feed