Mercurial > repos > fabio > gdcwebapp
comparison gdcwebapp.xml @ 38:423b844d302e draft
Uploaded 20170614
author | fabio |
---|---|
date | Wed, 14 Jun 2017 17:58:17 -0400 |
parents | 94fb18e41385 |
children | 33c90d75a74f |
comparison
equal
deleted
inserted
replaced
37:a1e6f711031a | 38:423b844d302e |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
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"> | 2 <tool name="GDCWebApp" id="data_source_gdcwebapp_dev" tool_type="data_source_async" 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> | 3 <description>an intuitive interface to filter, extract, and convert Genomic Data Commons experiments</description> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="2.7.10">python</requirement> | 5 <requirement type="package" version="2.7.10">python</requirement> |
6 <requirement type="package" version="1.0.0">galaxy_json_collect_data_source</requirement> | 6 <requirement type="package" version="1.0.0">galaxy_json_collect_data_source</requirement> |
7 </requirements> | 7 </requirements> |
8 <stdio> | 8 <stdio> |
9 <exit_code range="1:" /> | 9 <exit_code range="1:" /> |
10 <exit_code range=":-1" /> | 10 <exit_code range=":-1" /> |
11 </stdio> | 11 </stdio> |
12 <command> | 12 <command>json_collect_data_source.py '${__app__.config.output_size_limit}' --json_param_file '${output1}' --path '.' --appdata 'tmp'</command> |
13 <![CDATA[ | |
14 mkdir -p tmp && | |
15 python json_collect_data_source.py '${__app__.config.output_size_limit}' --json_param_file '${output1}' --path '.' --appdata 'tmp' | |
16 ]]> | |
17 </command> | |
18 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php"> | 13 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php"> |
19 <display>Go to GDCWebApp service $GALAXY_URL</display> | 14 <display>Go to GDCWebApp service $GALAXY_URL</display> |
20 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" /> | 15 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" /> |
21 </inputs> | 16 </inputs> |
22 <outputs> | 17 <outputs> |