Re: [galaxy-dev] tool_type=data_source_async

2012-01-04 Thread Matt Vincent
Does this functionality exist? If so, how do we get it working? Sorry to bump! On 1/3/12 8:50 AM, Matt Vincent matt.vinc...@jax.org wrote: ost recent version of Galaxy. ___ Please keep all replies on the list by using reply all in your

Re: [galaxy-dev] tool_type=data_source_async

2012-01-04 Thread Daniel Blankenberg
Hi Matt, The asynchronous protocol should be working fine. Can you confirm that your flow is similar to: - User starts at Galaxy, gets sent to external resource with 'GALAXY_URL' parameter. - User browses external site and selects options, sends data to Galaxy by using the GALAXY_URL

[galaxy-dev] tool_type=data_source_async

2012-01-03 Thread Matt Vincent
Hello all, I am trying to configure an Asynchronous tool (I can get it to work synchronously). My configuration looks something like this for the tool: ?xml version=1.0? tool name=mytoolname id=myunique_tool_id_1 tool_type=data_source_async descriptionmytool description/description