Files
galaxy/test/functional/tools
John Chilton 73fe9bf827 Fix framework tests.
Broken while framework tests were misconfigured. Thanks for @nsoranzo for tracking down the problem.
2018-01-31 12:00:38 -05:00
..
2017-11-24 15:25:19 -05:00
2016-09-08 11:40:01 -04:00
2014-12-05 20:36:48 -05:00
2018-01-17 18:11:31 +01:00
2015-03-23 20:04:49 -04:00
2015-03-15 09:53:05 -04:00

This directory contains tools only useful for testing and
demonstrating aspects of the tool syntax. Run the test driver script
'run_tests.sh' with the '-framework' as first argument to run through
these tests. Pass in an '-id' along with one of these tool ids to test
a single tool.

Some API tests use these tools to test various features of the API,
tool, and workflow subsystems. Pass the argument
'-with_framework_test_tools' to 'run_tests.sh' in addition to '-api'
to ensure these tools get loaded during the testing process.

Finally, to play around with these tools interactively - simply
replace the 'galaxy.ini' option 'tool_config_file' with:

tool_config_file = test/functional/tools/samples_tool_conf.xml