commit/galaxy-central: dan: Fix inconsequential warning about when tag when loading FreeBayes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/25edd75ca72f/ changeset: 25edd75ca72f user: dan date: 2012-04-10 22:08:15 summary: Fix inconsequential warning about when tag when loading FreeBayes. affected #: 1 file diff -r b148fcea038fa00867a3c0e260e8d255a0a08ecb -r 25edd75ca72fd9c276476203e05c093e949b37eb tools/variant_detection/freebayes.xml --- a/tools/variant_detection/freebayes.xml +++ b/tools/variant_detection/freebayes.xml @@ -241,7 +241,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -257,7 +257,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -289,7 +289,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -311,7 +311,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -352,7 +352,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -368,7 +368,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> @@ -384,7 +384,7 @@ <option value="do_not_set" selected="True">Do not set</option><option value="set">Set</option></param> - <when value="do_no_set"> + <when value="do_not_set"><!-- do nothing here --></when><when value="set"> 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