Mercurial > repos > fabio > gdcwebapp
comparison gdcwebapp.xml @ 0:e34213a50c6f draft
Uploaded 20170524
author | fabio |
---|---|
date | Wed, 24 May 2017 15:26:26 -0400 |
parents | |
children | fe0f399f972e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e34213a50c6f |
---|---|
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 <requirements> | |
5 <requirement type="package" version="2.7.10">python</requirement> | |
6 <requirement type="package" version="1.0.0">galaxy_json_data_source</requirement> | |
7 </requirements> | |
8 <stdio> | |
9 <exit_code range="1:" /> | |
10 <exit_code range=":-1" /> | |
11 </stdio> | |
12 <version_command>json_data_source.py --version</version_command> | |
13 <command>json_data_source.py "${__app__.config.output_size_limit}" --json_param_file "${output}" --path "."</command> | |
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> | |
19 <data name="output" format="auto" label="${tool.name} JSON output file" /> | |
20 </outputs> | |
21 <options sanitize="False" refresh="True" /> | |
22 </tool> |