commit/galaxy-central: smcmanus: Removed offending code from last checkin - sorry for the foul-up
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/3f17b65c5907/ changeset: 3f17b65c5907 user: smcmanus date: 2012-08-07 19:35:39 summary: Removed offending code from last checkin - sorry for the foul-up affected #: 2 files diff -r fc9b4ae154efd2d8fb02c3637835a82767898be4 -r 3f17b65c590758f03c517cc564d59efcc5f3998c tools/filters/changeCase.pl --- a/tools/filters/changeCase.pl +++ b/tools/filters/changeCase.pl @@ -56,10 +56,3 @@ close IN; close OUT; - -sleep(10); -if ( 0 == floor(4 * rand()) % 4 ) { - print "Exiting randomly - no actual error\n"; - exit 2; -} -sleep(50); diff -r fc9b4ae154efd2d8fb02c3637835a82767898be4 -r 3f17b65c590758f03c517cc564d59efcc5f3998c tools/filters/changeCase.xml --- a/tools/filters/changeCase.xml +++ b/tools/filters/changeCase.xml @@ -1,10 +1,5 @@ <tool id="ChangeCase" name="Change Case"><description> of selected columns</description> - <parallelism method="multi" - split_inputs="input" - split_mode="number_of_parts" - split_size="8" - merge_outputs="out_file1" /><stdio><exit_code range="1:" err_level="fatal" /></stdio> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket