comparison json_data_source.xml @ 2:bee392a1ecc2

change case of url param
author Matt Shirley <mdshw5@gmail.com>
date Sun, 29 Jun 2014 11:07:06 -0400
parents 64b4b464b038
children 988f34ef5c9f
comparison
equal deleted inserted replaced
1:64b4b464b038 2:bee392a1ecc2
2 <tool name="JSON data source" id="json_data_source" tool_type="data_source" hidden="True" display_interface="False" version="1.0.0" force_history_refresh="True"> 2 <tool name="JSON data source" id="json_data_source" tool_type="data_source" hidden="True" display_interface="False" version="1.0.0" force_history_refresh="True">
3 <description> - parse and download data and metadata from a JSON response</description> 3 <description> - parse and download data and metadata from a JSON response</description>
4 <command interpreter="python">json_data_source.py $__app__.config.output_size_limit --json_param_file "${output1}" --path "."</command> 4 <command interpreter="python">json_data_source.py $__app__.config.output_size_limit --json_param_file "${output1}" --path "."</command>
5 <inputs check_values="False"> 5 <inputs check_values="False">
6 <!-- <param name="file_name" type="text" value="" /> --> 6 <!-- <param name="file_name" type="text" value="" /> -->
7 <param name="URL" type="hidden" value="" /> 7 <param name="url" type="hidden" value="" />
8 </inputs> 8 </inputs>
9 <outputs> 9 <outputs>
10 <data format="auto" name="output1" /> 10 <data format="auto" name="output1" />
11 </outputs> 11 </outputs>
12 <options refresh="True"/> 12 <options refresh="True"/>