Mercurial > repos > ryotas > cypher_tools
comparison viewer.xml @ 0:aa7a5cc0f59b default tip
commit
| author | ryo_tas <yamanaka@genome.rcast.u-tokyo.ac.jp> |
|---|---|
| date | Tue, 30 Dec 2014 18:27:26 +0900 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:aa7a5cc0f59b |
|---|---|
| 1 <tool name="Graph Viewer" id="graph_viewer" tool_type="data_source"> | |
| 2 <description></description> | |
| 3 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
| 4 <inputs action="http://localhost/viewer/index.html" check_values="false" method="get"> | |
| 5 <display>go to Graph Viewer $GALAXY_URL</display> | |
| 6 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | |
| 7 <param name="tool_id" type="hidden" value="ucsc_table_direct1" /> | |
| 8 <param name="sendToGalaxy" type="hidden" value="1" /> | |
| 9 <param name="hgta_compressType" type="hidden" value="none" /> | |
| 10 <param name="hgta_outputType" type="hidden" value="bed" /> | |
| 11 </inputs> | |
| 12 <request_param_translation> | |
| 13 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> | |
| 14 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
| 15 <request_param galaxy_name="dbkey" remote_name="db" missing="?" /> | |
| 16 <request_param galaxy_name="organism" remote_name="org" missing="unknown species" /> | |
| 17 <request_param galaxy_name="table" remote_name="hgta_table" missing="unknown table" /> | |
| 18 <request_param galaxy_name="description" remote_name="hgta_regionType" missing="no description" /> | |
| 19 <request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="auto" > | |
| 20 <value_translation> | |
| 21 <value galaxy_value="auto" remote_value="primaryTable" /> | |
| 22 <value galaxy_value="auto" remote_value="selectedFields" /> | |
| 23 <value galaxy_value="wig" remote_value="wigData" /> | |
| 24 <value galaxy_value="interval" remote_value="tab" /> | |
| 25 <value galaxy_value="html" remote_value="hyperlinks" /> | |
| 26 <value galaxy_value="fasta" remote_value="sequence" /> | |
| 27 <value galaxy_value="gtf" remote_value="gff" /> | |
| 28 </value_translation> | |
| 29 </request_param> | |
| 30 </request_param_translation> | |
| 31 <uihints minwidth="800"/> | |
| 32 <outputs> | |
| 33 <data name="output" format="tabular" label="${tool.name} on ${organism}: ${table} (#if $description == 'range' then $getVar( 'position', 'unknown position' ) else $description#)"/> | |
| 34 </outputs> | |
| 35 <options sanitize="False" refresh="True"/> | |
| 36 </tool> |
