# HG changeset patch # User hackdna # Date 1368470943 14400 # Node ID ccf0e1ca6fe9503de0673ee8d10f1a8f96e27790 # Parent f725e3820fb4c0a5ed676674fb9f59bad6a47353 Add 2-6 test tool. diff -r f725e3820fb4 -r ccf0e1ca6fe9 refinery_test_2-2.xml --- a/refinery_test_2-2.xml Fri May 10 17:07:41 2013 -0400 +++ b/refinery_test_2-2.xml Mon May 13 14:49:03 2013 -0400 @@ -40,7 +40,7 @@ **Inputs and outputs** -This wrapper will accept two text files as input and produce a single output file +This wrapper will accept two text files as input and produce two output files with concatenated content from input files. *Note:* You must set the "Probability of failure" parameter to a non-zero value diff -r f725e3820fb4 -r ccf0e1ca6fe9 refinery_test_2-6.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/refinery_test_2-6.xml Mon May 13 14:49:03 2013 -0400 @@ -0,0 +1,54 @@ + + for testing Galaxy workflow execution from Refinery + + + refinery_test_tool.py -i $input_file1 $input_file2 -o $output_file1 $output_file2 $output_file3 $output_file4 $output_file5 $output_file6 -e $exit_code -p $p_fail -s $sleep_time $stdout $stderr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**Purpose** + +To test Galaxy workflow execution and monitoring from Refinery. + +----- + +.. class:: infomark + +**Inputs and outputs** + +This wrapper will accept two text files as input and produce six output files +with concatenated content from input files. + +*Note:* You must set the "Probability of failure" parameter to a non-zero value +for "Write to standard out", "Write to standard error" or "Exit code" to take effect. + + +