Re: [galaxy-dev] inserting .js file for visualization with d3.js

2014-03-17 Thread Chiron Lionel
Hi Sam, thank you very much for your clear answer. My output fil is a csv file. The d3 code is a kind of prototype for now.. but I can share at a later time.. what is the best way for that? Lionel 2014-03-17 17:14 GMT+01:00 sam guerler : > Hi Lionel, > > One option is to place your js code int

Re: [galaxy-dev] inserting .js file for visualization with d3.js

2014-03-17 Thread sam guerler
Hi Lionel, One option is to place your js code into the visualization framework as shown here : https://wiki.galaxyproject.org/VisualizationsRegistry Once you have activated the framework, a button will be provided to run your js code on a certain dataset file format / tool output file format. C

[galaxy-dev] inserting .js file for visualization with d3.js

2014-03-16 Thread Chiron Lionel
Hi, I'm struggling to insert d3.js graphs in the results of tool created in galaxy but it is not clear how to do that.. I received some precious help for permitting to galaxy not to remove head and css parts.. but can't figure out how to enable galaxy to use the .js files I created for visualizing