# HG changeset patch # User hackdna # Date 1368074891 14400 # Node ID fb14f26733e1d838ede4059f608931bf80398a8a # Parent d583c2688c88450235b8dad98b6823898ac0a3b1 Initial upload from archive diff -r d583c2688c88 -r fb14f26733e1 Archive.zip Binary file Archive.zip has changed diff -r d583c2688c88 -r fb14f26733e1 refinery_test_1-1.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/refinery_test_1-1.xml Thu May 09 00:48:11 2013 -0400 @@ -0,0 +1,48 @@ + + for testing Galaxy workflow execution from Refinery + + + refinery_test_tool.py -i $input_file -o $output_file -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 one text file as input and produce a single output file +with content from input. + +*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. + + + diff -r d583c2688c88 -r fb14f26733e1 refinery_test_1-2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/refinery_test_1-2.xml Thu May 09 00:48:11 2013 -0400 @@ -0,0 +1,49 @@ + + for testing Galaxy workflow execution from Refinery + + + refinery_test_tool.py -i $input_file -o $output_file1 $output_file2 -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 one text file as input and produce two output files +with content from input. + +*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. + + + diff -r d583c2688c88 -r fb14f26733e1 refinery_test_tool.py