Mercurial > repos > iuc > gdcwebapp
annotate gdcwebapp.xml @ 0:c1c411c2ac95 draft default tip
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
| author | iuc |
|---|---|
| date | Mon, 06 Nov 2017 03:04:43 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
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" profile="17.09"> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
3 <description>an intuitive interface to filter, extract, and convert Genomic Data Commons experiments</description> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
4 <requirements> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
5 <requirement type="package" version="2.7.10">python</requirement> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
6 <requirement type="package" version="1.0.1">json_collect_data_source</requirement> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
7 </requirements> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code">json_collect_data_source.py '${__app__.config.output_size_limit}' --json_param_file '${output1}' --path '.' --appdata 'tmp'</command> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
9 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php"> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
10 <display>Go to GDCWebApp service $GALAXY_URL</display> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
11 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" /> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
12 </inputs> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
13 <outputs> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
14 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
15 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)_(?P<ext>[^_]+)_(?P<dbkey>[^_]+)" ext="auto" visible="False" directory="tmp" /> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
16 </collection> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
17 <data name="output1" format="auto" label="${tool.name} Output Data" /> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
18 </outputs> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
19 <options sanitize="False" refresh="True" /> |
|
c1c411c2ac95
planemo upload for repository https://github.com/fabio-cumbo/GDCWebApp4Galaxy commit 862945f23f52a425b09b1631bd1cde8d22abca03
iuc
parents:
diff
changeset
|
20 </tool> |
