Mercurial > repos > fabio > gdcwebapp
comparison gdcwebapp.xml @ 12:80593f75d74a draft
Uploaded
author | fabio |
---|---|
date | Tue, 30 May 2017 12:26:32 -0400 |
parents | c0be9583df97 |
children | babc444d4bd0 |
comparison
equal
deleted
inserted
replaced
11:9d24947d4335 | 12:80593f75d74a |
---|---|
1 <?xml version="1.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"> | 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> | 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 </requirements> | |
4 <stdio> | 7 <stdio> |
5 <exit_code range="1:" /> | 8 <exit_code range="1:" /> |
6 <exit_code range=":-1" /> | 9 <exit_code range=":-1" /> |
7 </stdio> | 10 </stdio> |
8 <command> | 11 <command> |
9 <![CDATA[ | 12 <![CDATA[ |
10 mkdir -p ${tool.name}_tmp && | 13 mkdir -p tmp && |
11 python ${__tool_directory__}/json_data_source_mod.py "${__app__.config.output_size_limit}" --json_param_file "${output1}" --path "." --appdata "${tool.name}_tmp" | 14 python ${__tool_directory__}/json_data_source_mod.py "${__app__.config.output_size_limit}" --json_param_file "${output1}" --path "." --appdata "tmp" |
12 ]]> | 15 ]]> |
13 </command> | 16 </command> |
14 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php" > | 17 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php" > |
15 <display>Go to GDCWebApp service $GALAXY_URL</display> | 18 <display>Go to GDCWebApp service $GALAXY_URL</display> |
16 <param name="URL" type="hidden" value="" /> | 19 <param name="URL" type="hidden" value="" /> |
17 </inputs> | 20 </inputs> |
18 <outputs> | 21 <outputs> |
19 <data name="output1" format="auto" visible="False" /> | 22 <data name="output1" format="auto" label="${tool.name} Output Data" /> |
20 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> | 23 <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" /> | 24 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)" ext="auto" visible="False" directory="tmp" /> |
22 </collection> | 25 </collection> |
23 </outputs> | 26 </outputs> |
24 <options sanitize="False" refresh="True" /> | 27 <options sanitize="False" refresh="True" /> |
25 </tool> | 28 </tool> |