Mercurial > repos > matt-shirley > json_data_source
annotate json_data_source.xml @ 0:44119c5d8cc6
Initial commit.
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Sun, 29 Jun 2014 10:52:24 -0400 |
| parents | |
| children | 64b4b464b038 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool name="Get CpG Islands" id="cpg_islands_test" tool_type="data_source" hidden="True" display_interface="False" version="1.0.0" force_history_refresh="True"> | |
| 3 <description> from Irizarry lab</description> | |
| 4 <command interpreter="python">json_data_source.py $__app__.config.output_size_limit --json_param_file "${output1}" --path "."</command> | |
| 5 <inputs check_values="False"> | |
| 6 <!-- <param name="file_name" type="text" value="" /> --> | |
| 7 <param name="URL" type="hidden" value="" /> | |
| 8 </inputs> | |
| 9 <outputs> | |
| 10 <data format="auto" name="output1" /> | |
| 11 </outputs> | |
| 12 <options refresh="True"/> | |
| 13 </tool> |
