[galaxyproject/galaxy] 5b135f: Allow decompressing test outputs.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 5b135fdd39466e8cdcad68f481e5489719c6e75a https://github.com/galaxyproject/galaxy/commit/5b135fdd39466e8cdcad68f481e54... Author: John Chilton <jmchilton@gmail.com> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M lib/galaxy/tools/parser/xml.py M lib/galaxy/tools/verify/__init__.py Log Message: ----------- Allow decompressing test outputs. This seems to be needed to test fastq outputs from tools. Gzipped files seem to depend on the file name before compression - so diff compares (even binary ones) do not work. This allows comparing compressed outputs (and it will magically work if the expected file in test-data is compressed or not). Builds on the awesome work from @mvdbeek in #3512. Commit: 0219e26085e79a2b4117d84519a3caae7482e9ef https://github.com/galaxyproject/galaxy/commit/0219e26085e79a2b4117d84519a3c... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2017-02-03 (Fri, 03 Feb 2017) Changed paths: M lib/galaxy/tools/parser/xml.py M lib/galaxy/tools/verify/__init__.py Log Message: ----------- Merge pull request #3550 from jmchilton/decompress_test_outputs Allow decompressing tool test outputs. Compare: https://github.com/galaxyproject/galaxy/compare/1dbe75ff1d80...0219e26085e7
participants (1)
-
GitHub