Re: [galaxy-dev] workflow Editor

2013-01-29 Thread sshashi
Hi James, if i want to create editor only and tools are not required , can i get some documents related with galaxy editor . you can send me module name in galaxy . i can go through for creating editor . Regards shashi On Mon, 2013-01-28 at 10:55 -0500, James Taylor wrote: The client side of

[galaxy-dev] workflow Editor

2013-01-28 Thread sshashi
Hi, I want to know about workflow editor and how it works internally? what type of canvas editor are you using ? doest it support only python environment ? if you have any documents related with ,can i get it . Regards shashi

Re: [galaxy-dev] workflow Editor

2013-01-28 Thread James Taylor
The client side of the workflow editor is in javascript, using a mix of HTML5 Canvas and DOM elements. It communicates with the server using JSON. The server side is written in Python. The editor could be decoupled and reused, however there are some details that are fairly Galaxy specific right