Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: e72f5e81a4baffcb4679d6e74837daedcfa65f67 https://github.com/galaxyproject/galaxy/commit/e72f5e81a4baffcb4679d6e74837d... Author: Frederic Sapet <frederic.sapet@biogemma.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M lib/galaxy/datatypes/binary.py Log Message: ----------- deals with .xls older file extension Commit: 5fec6c87cba14dd7692d8239669a02d6b5586748 https://github.com/galaxyproject/galaxy/commit/5fec6c87cba14dd7692d8239669a0... Author: Frederic Sapet <frederic.sapet@biogemma.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M lib/galaxy/datatypes/binary.py Log Message: ----------- indentation for Travis Commit: 9cd9c81279d1d7749af7d9c64f8329e8cfc7f6bf https://github.com/galaxyproject/galaxy/commit/9cd9c81279d1d7749af7d9c64f832... Author: Frederic Sapet <frederic.sapet@biogemma.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M config/datatypes_conf.xml.sample Log Message: ----------- deals with .xls older file extension Commit: 93dadd6db491700de46cafa4d52a0efe74cd6e94 https://github.com/galaxyproject/galaxy/commit/93dadd6db491700de46cafa4d52a0... Author: Frederic Sapet <frederic.sapet@biogemma.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M lib/galaxy/datatypes/binary.py Log Message: ----------- use subprocess instead of os.popen Commit: 83b19889314a922ba3cf906f26fe7d3a34926533 https://github.com/galaxyproject/galaxy/commit/83b19889314a922ba3cf906f26fe7... Author: John Chilton <jmchilton@gmail.com> Date: 2017-07-05 (Wed, 05 Jul 2017) Changed paths: M config/datatypes_conf.xml.sample M lib/galaxy/datatypes/binary.py M lib/galaxy/datatypes/sniff.py A lib/galaxy/datatypes/test/1.xls Log Message: ----------- Refine new Excel XLS datatype. - Call it excel.xls so we maintain backward compatiblity with older xls datatype. - Add an example file with a sniff test. - Correct variable name for Python styling. - Quote paths when using file command-line trick to sniff for the new type. - Switch file command-line flag to one that produces the Mimetype on both Linux and Mac OS X. Commit: 10285b8ecbbc6891a4954b5067198df2839a2957 https://github.com/galaxyproject/galaxy/commit/10285b8ecbbc6891a4954b5067198... Author: John Chilton <jmchilton@gmail.com> Date: 2017-08-11 (Fri, 11 Aug 2017) Changed paths: M lib/galaxy/datatypes/binary.py Log Message: ----------- Tweak Excel format phrasing based on review from @nsoranzo. Commit: fbde34f8c8e823badd0f565bce4922512448b532 https://github.com/galaxyproject/galaxy/commit/fbde34f8c8e823badd0f565bce492... Author: John Chilton <jmchilton@gmail.com> Date: 2017-08-11 (Fri, 11 Aug 2017) Changed paths: M lib/galaxy/datatypes/binary.py Log Message: ----------- Add EDAM format for excel.xls datatype. Commit: c6e45e7b0720376886626393ae355e3398561035 https://github.com/galaxyproject/galaxy/commit/c6e45e7b0720376886626393ae355... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2017-08-11 (Fri, 11 Aug 2017) Changed paths: M config/datatypes_conf.xml.sample M lib/galaxy/datatypes/binary.py M lib/galaxy/datatypes/sniff.py A lib/galaxy/datatypes/test/1.xls Log Message: ----------- Merge pull request #4410 from jmchilton/excel97 Add Excel97 Datatype Compare: https://github.com/galaxyproject/galaxy/compare/cca00ea5d87f...c6e45e7b0720