Mercurial > repos > pitagora > ryosgadgets
comparison filebrowser.xml @ 1:71eb6df61303 draft default tip
Uploaded
| author | pitagora |
|---|---|
| date | Thu, 26 Feb 2015 02:42:44 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 1:71eb6df61303 |
|---|---|
| 1 <tool name="Local File" id="local_file_browser" tool_type="data_source"> | |
| 2 <description>browser</description> | |
| 3 <command interpreter="perl">link_path_2.pl $source $dest</command> | |
| 4 <inputs action="../../filebrowser/main.html" check_values="false" method="get"> | |
| 5 <display>go to Local File Browser $GALAXY_URL</display> | |
| 6 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | |
| 7 <param name="tool_id" type="hidden" value="local_file_browser" /> | |
| 8 </inputs> | |
| 9 <request_param_translation> | |
| 10 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> | |
| 11 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
| 12 <request_param galaxy_name="dbkey" remote_name="db" missing="?" /> | |
| 13 <request_param galaxy_name="file_name" remote_name="name" missing="no_name" /> | |
| 14 <request_param galaxy_name="source" remote_name="path" missing="" label="Original File Path" /> | |
| 15 </request_param_translation> | |
| 16 <uihints minwidth="800"/> | |
| 17 <outputs> | |
| 18 <data name="dest" format="data" label="${tool.name}: ${file_name}"/> | |
| 19 </outputs> | |
| 20 <options sanitize="False" refresh="True"/> | |
| 21 </tool> |
