Hi Bjoern,
I could not install the latest release as it failed at compiling bowtie and bowtie2 (which were already compiled). It messed up the installation of version 0.10.1 rev 91f07ff056ca. So I reinstalled the stable version.
The log in web0.log is as follows:
galaxy.tools.actions DEBUG 2015-01-27 17:30:15,348 Dataset output filter failed: 'supressed_read_file'
galaxy.tools ERROR 2015-01-27 17:30:15,425 Exception caught while attempting tool execution:
Traceback (most recent call last):
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/__init__.py", line 2240, in handle_single_execution
job, out_data = self.execute( trans, incoming=params, history=history, rerun_remap_job_id=rerun_remap_job_id )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/__init__.py", line 2804, in execute
return self.tool_action.execute( self, trans, incoming=incoming, set_output_hid=set_output_hid, history=history, **kwargs )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/actions/__init__.py", line 270, in execute
handle_output( name, output )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/actions/__init__.py", line 264, in handle_output
output.actions.apply_action( data, output_action_params )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 28, in apply_action
action.apply_action( output_dataset, other_values )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 90, in apply_action
case.apply_action( output_dataset, other_values )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 61, in apply_action
return super( ToolOutputActionConditionalWhen, self ).apply_action( output_dataset, other_values )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 28, in apply_action
action.apply_action( output_dataset, other_values )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 261, in apply_action
value = self.option.get_value( other_values )
File "/home/galaxy/galaxy-dist/lib/galaxy/tools/parameters/output.py", line 188, in get_value
assert ref_name in value, "Required dependency '%s' not found in incoming values" % ref_name
AssertionError: Required dependency 'mate_list[0]' not found in incoming values
Hope this helps,
Cristian