Skip to content

Commit 03c9658

Browse files
committed
Bring in updated Galaxy XSD (for decompress).
1 parent bf3f207 commit 03c9658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

planemo/xml/xsd/tool/galaxy.xsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,15 @@ it may be inconvenient to upload the entiry file and this can be used instead.
10911091
<xs:documentation xml:lang="en">If ``compare`` is set to ``diff``, the number of lines of difference to allow (each line with a modification is a line added and a line removed so this counts as two lines).</xs:documentation>
10921092
</xs:annotation>
10931093
</xs:attribute>
1094+
<xs:attribute name="decompress" type="PermissiveBoolean">
1095+
<xs:annotation>
1096+
<xs:documentation xml:lang="en"><![CDATA[
1097+
1098+
If ``compare`` is set to ``diff``, attempt to decompress both produced output and expected output files if needed before performing the diff. This 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>`__.
1099+
1100+
]]></xs:documentation>
1101+
</xs:annotation>
1102+
</xs:attribute>
10941103
<xs:attribute name="delta" type="xs:integer">
10951104
<xs:annotation>
10961105
<xs:documentation xml:lang="en">If ``compare`` is set to ``sim_size``, this is the number of bytes different allowed.</xs:documentation>

0 commit comments

Comments
 (0)