Mercurial > repos > matt-shirley > json_data_source
view json_data_source.xml @ 5:33fa019735a4
Save extra files path as extra_files, not extra_data. Changed type of dataset for new primary datasets. db_key becomes dbkey. Added example json files.
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Thu, 10 Jul 2014 11:41:54 -0400 |
parents | 988f34ef5c9f |
children |
line wrap: on
line source
<?xml version="1.0"?> <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"> <description> - parse and download data and metadata from a JSON response</description> <command interpreter="python">json_data_source.py $__app__.config.output_size_limit --json_param_file "${output1}" --path "."</command> <inputs check_values="False"> <!-- <param name="file_name" type="text" value="" /> --> <param name="URL" type="hidden" value="" /> </inputs> <outputs> <data format="auto" name="output1" /> </outputs> <options refresh="True"/> </tool>