Re: [galaxy-dev] Retrieving json files

2014-09-02 Thread Carl Eberhard
Hi, Saket There's currently no json dataprovider. It's still relatively easy to get a JSON object, though. I'd recommend: 1. Using the 'line' dataprovider 2. Then, joining the strings returned from it (generally, you want all the strings so be careful using the regex, limit, or offset

Re: [galaxy-dev] Retrieving json files

2014-09-02 Thread Saket Choudhary
Thanks Carl, I am using a slightly modified version with base: https://github.com/saketkc/galaxy_tools/blob/master/visualisation_plugins/inchlib/templates/inchlib.mako#L31 Saket On 2 September 2014 06:09, Carl Eberhard carlfeberh...@gmail.com wrote: Hi, Saket There's currently no json