Previous changeset 3:d7107dfe151f (2017-05-24) Next changeset 5:23de6169957a (2017-05-24) |
Commit message:
Uploaded 20170524 |
modified:
gdcwebapp.xml |
added:
._gdcwebapp.xml ._tool_dependencies.xml |
b |
diff -r d7107dfe151f -r de82f1dd4c73 ._gdcwebapp.xml |
b |
Binary file ._gdcwebapp.xml has changed |
b |
diff -r d7107dfe151f -r de82f1dd4c73 ._tool_dependencies.xml |
b |
Binary file ._tool_dependencies.xml has changed |
b |
diff -r d7107dfe151f -r de82f1dd4c73 gdcwebapp.xml --- a/gdcwebapp.xml Wed May 24 15:53:04 2017 -0400 +++ b/gdcwebapp.xml Wed May 24 16:52:03 2017 -0400 |
b |
@@ -10,13 +10,13 @@ <exit_code range=":-1" /> </stdio> <version_command>json_data_source.py --version</version_command> - <command>json_data_source.py "${__app__.config.output_size_limit}" --json_param_file "${output}" --path "."</command> + <command>json_data_source.py "${__app__.config.output_size_limit}" --json_param_file "${output1}" --path "."</command> <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php" > <display>Go to GDCWebApp service $GALAXY_URL</display> <param name="URL" type="hidden" value="" /> </inputs> <outputs> - <data name="output" format="auto" /> + <data name="output1" format="auto" /> </outputs> <options sanitize="False" refresh="True" /> </tool> |