0
|
1 <?xml version="1.0"?>
|
|
2 <tool name="GDCWebApp" id="data_source_gdcwebapp" tool_type="data_source" hidden="False" display_interface="False" version="1.0.0" force_history_refresh="True">
|
|
3 <description>an intuitive interface to filter, extract, and convert Genomic Data Commons experiments</description>
|
|
4 <stdio>
|
|
5 <exit_code range="1:" />
|
|
6 <exit_code range=":-1" />
|
|
7 </stdio>
|
10
|
8 <command>
|
|
9 <![CDATA[
|
|
10 mkdir -p ${tool.name}_tmp &&
|
|
11 python ${__tool_directory__}/json_data_source_mod.py "${__app__.config.output_size_limit}" --json_param_file "${output1}" --path "." --appdata "${tool.name}_tmp"
|
|
12 ]]>
|
|
13 </command>
|
0
|
14 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php" >
|
|
15 <display>Go to GDCWebApp service $GALAXY_URL</display>
|
|
16 <param name="URL" type="hidden" value="" />
|
|
17 </inputs>
|
|
18 <outputs>
|
10
|
19 <data name="output1" format="auto" visible="False" />
|
|
20 <collection name="list_output" type="list:list" label="${tool.name} Output Collection">
|
|
21 <discover_datasets pattern="(?P<archive_name>.*)_(?P<file_name>.*)\..*" ext="auto" visible="True" directory="${tool.name}_tmp" />
|
6
|
22 </collection>
|
0
|
23 </outputs>
|
|
24 <options sanitize="False" refresh="True" />
|
|
25 </tool>
|