Mercurial > repos > fabio > gdcwebapp
view gdcwebapp.xml @ 10:c0be9583df97 draft
Uploaded 20170525
author | fabio |
---|---|
date | Thu, 25 May 2017 17:58:15 -0400 |
parents | 4bb8859f919c |
children | 80593f75d74a |
line wrap: on
line source
<?xml version="1.0"?> <tool name="GDCWebApp" id="data_source_gdcwebapp" tool_type="data_source" hidden="False" display_interface="False" version="1.0.0" force_history_refresh="True"> <description>an intuitive interface to filter, extract, and convert Genomic Data Commons experiments</description> <stdio> <exit_code range="1:" /> <exit_code range=":-1" /> </stdio> <command> <![CDATA[ mkdir -p ${tool.name}_tmp && python ${__tool_directory__}/json_data_source_mod.py "${__app__.config.output_size_limit}" --json_param_file "${output1}" --path "." --appdata "${tool.name}_tmp" ]]> </command> <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php" > <display>Go to GDCWebApp service $GALAXY_URL</display> <param name="URL" type="hidden" value="" /> </inputs> <outputs> <data name="output1" format="auto" visible="False" /> <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> <discover_datasets pattern="(?P<archive_name>.*)_(?P<file_name>.*)\..*" ext="auto" visible="True" directory="${tool.name}_tmp" /> </collection> </outputs> <options sanitize="False" refresh="True" /> </tool>