annotate json_data_source.xml @ 1:64b4b464b038

Rename tool
author Matt Shirley <mdshw5@gmail.com>
date Sun, 29 Jun 2014 11:02:01 -0400
parents 44119c5d8cc6
children bee392a1ecc2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <?xml version="1.0"?>
1
64b4b464b038 Rename tool
Matt Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
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">
64b4b464b038 Rename tool
Matt Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
3 <description> - parse and download data and metadata from a JSON response</description>
0
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <command interpreter="python">json_data_source.py $__app__.config.output_size_limit --json_param_file "${output1}" --path "."</command>
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
5 <inputs check_values="False">
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
6 <!-- <param name="file_name" type="text" value="" /> -->
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
7 <param name="URL" type="hidden" value="" />
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
8 </inputs>
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
9 <outputs>
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
10 <data format="auto" name="output1" />
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
11 </outputs>
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
12 <options refresh="True"/>
44119c5d8cc6 Initial commit.
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
13 </tool>