Skip to content

Commit

Permalink
Fix errors when starting "./run_tests.sh -with_framework_test_tools -…
Browse files Browse the repository at this point in the history
…api"
  • Loading branch information
nsoranzo committed Sep 25, 2015
1 parent 3f91a9a commit ac8b5ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/parser/yaml.py
Expand Up @@ -75,7 +75,7 @@ def parse_outputs(self, tool):
for output in output_defs:
outputs[output.name] = output
# TODO: parse outputs collections
return output_defs, odict()
return outputs, odict()

def _parse_output(self, tool, name, output_dict):
# TODO: handle filters, actions, change_format
Expand Down
2 changes: 2 additions & 0 deletions test/functional/tools/disambiguate_cond.xml
Expand Up @@ -38,8 +38,10 @@
<when value="true">
<param type="data" name="file" />
</when>
<when value="false" />
</conditional>
</when>
<when value="false" />
</conditional>
</inputs>
<outputs>
Expand Down
1 change: 0 additions & 1 deletion test/functional/tools/samples_tool_conf.xml
Expand Up @@ -6,7 +6,6 @@
<tool file="boolean_conditional.xml" />
<tool file="composite.xml" />
<tool file="environment_variables.xml" />
<tool file="compare_bam_as_sam.xml" />
<tool file="code_file.xml" />
<tool file="disambiguate_cond.xml" />
<tool file="multi_repeats.xml"/>
Expand Down

0 comments on commit ac8b5ea

Please sign in to comment.