# HG changeset patch # User hackdna # Date 1364392547 14400 # Node ID 2a28ac9bf8438d129551d348a5b50e43c23cae10 Uploaded dummy tool diff -r 000000000000 -r 2a28ac9bf843 dummy_tool.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dummy_tool.xml Wed Mar 27 09:55:47 2013 -0400 @@ -0,0 +1,26 @@ + + Sleeps for the specified number of seconds. + + + + + + + + + + + + + $script_file + + + #!/bin/bash + sleep $num_seconds + echo -n "hello genome" > ${output_file} + + + + + +