0
|
1 <?xml version="1.0"?>
|
40
|
2 <tool name="GDCWebApp" id="data_source_gdcwebapp" tool_type="data_source_async" hidden="False" display_interface="False" version="1.0.0" force_history_refresh="True">
|
0
|
3 <description>an intuitive interface to filter, extract, and convert Genomic Data Commons experiments</description>
|
12
|
4 <requirements>
|
|
5 <requirement type="package" version="2.7.10">python</requirement>
|
47
|
6 <requirement type="package" version="1.0.1">json_collect_data_source</requirement>
|
12
|
7 </requirements>
|
46
|
8 <command detect_errors="exit_code">json_collect_data_source.py '${__app__.config.output_size_limit}' --json_param_file '${output1}' --path '.' --appdata 'tmp'</command>
|
24
|
9 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php">
|
0
|
10 <display>Go to GDCWebApp service $GALAXY_URL</display>
|
26
|
11 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" />
|
0
|
12 </inputs>
|
|
13 <outputs>
|
10
|
14 <collection name="list_output" type="list:list" label="${tool.name} Output Collection">
|
16
|
15 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)_(?P<ext>[^_]+)_(?P<dbkey>[^_]+)" ext="auto" visible="False" directory="tmp" />
|
6
|
16 </collection>
|
28
|
17 <data name="output1" format="auto" label="${tool.name} Output Data" />
|
0
|
18 </outputs>
|
|
19 <options sanitize="False" refresh="True" />
|
|
20 </tool>
|