From 92952882d26303f83a100d73b1cb04d36a4abd34 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 2 Jun 2017 12:35:07 +0100 Subject: [PATCH] Fix some links and syntax errors in tool XML doc --- lib/galaxy/tools/xsd/galaxy.xsd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/galaxy/tools/xsd/galaxy.xsd b/lib/galaxy/tools/xsd/galaxy.xsd index 3dc11bcf1fb1..4218c63cb1c0 100644 --- a/lib/galaxy/tools/xsd/galaxy.xsd +++ b/lib/galaxy/tools/xsd/galaxy.xsd @@ -296,7 +296,7 @@ resolver. - This value describes the type of container that the tool may be executed in and currently must be 'docker'. + This value describes the type of container that the tool may be executed in and currently must be ``docker``. @@ -354,7 +354,7 @@ Read more about configuring Galaxy to run Docker jobs `__. +If ``compare`` is set to ``diff``, attempt to decompress both produced output and expected output files if needed before performing the diff. This flag is useful for testing gzipped outputs that are non-deterministic despite having deterministic decompressed contents. This is available in Galaxy 17.05+ and was introduced in [pull request #3550](https://github.com/galaxyproject/galaxy/pull/3550). ]]> @@ -1956,7 +1956,7 @@ variable: --color $adv.plot_color ``` -Further examples can be found in the [test case](https://github.com/galaxyproject/galaxy/blob/master/test/functional/tools/section.xml) from [PR #35](https://github.com/galaxyproject/galaxy/pull/35) +Further examples can be found in the [test case](https://github.com/galaxyproject/galaxy/blob/master/test/functional/tools/section.xml) from [pull request #35](https://github.com/galaxyproject/galaxy/pull/35). ]]> @@ -2646,7 +2646,7 @@ For newer tools with ``profile>=16.04``, the default behavior is ``exit_code``. Legacy tools default to ``default`` behavior described above (erroring if the tool produces any standard error output). -See [PR 117](https://github.com/galaxyproject/galaxy/pull/117) for more implementation +See [pull request 117](https://github.com/galaxyproject/galaxy/pull/117) for more implementation information and discussion on the ``detect_errors`` attribute. #### ``strict`` @@ -4972,7 +4972,7 @@ the desired input parameter (e.g. ``input="out_format"`` above). This must be a possible value of the ``input`` parameter (e.g. ``value="interval"`` above), or of the deprecated ``input_dataset``'s -``attribute. +attribute.