Branch: refs/heads/dev
Home:
https://github.com/galaxyproject/galaxy
Commit: af3f8cf8464a1c3d055ad9adb7122a4adc541dda
https://github.com/galaxyproject/galaxy/commit/af3f8cf8464a1c3d055ad9adb7...
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M config/datatypes_conf.xml.sample
Log Message:
-----------
Redefine svg datatype as subclass of GenericXml
SVG is XML-based and Python Pillow does not support it.
Commit: 5b52b73fbb3a92a842cc6f9e36091c62ed7727f0
https://github.com/galaxyproject/galaxy/commit/5b52b73fbb3a92a842cc6f9e36...
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M .ci/flake8_lint_include_list.txt
M .ci/py3_sources.txt
M lib/galaxy/datatypes/assembly.py
M lib/galaxy/datatypes/constructive_solid_geometry.py
M lib/galaxy/datatypes/data.py
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/images.py
M lib/galaxy/datatypes/msa.py
M lib/galaxy/datatypes/ngsindex.py
M lib/galaxy/datatypes/proteomics.py
M lib/galaxy/datatypes/tabular.py
Log Message:
-----------
Datatype classes fixes: wrong file_ext, import order, Python3
- Specify some classes are abstracts
- Use super() to call superclass methods
- Various simplifications
Commit: 3fd0e405fd6cb3333397ec19e627a4cf6ae36fe6
https://github.com/galaxyproject/galaxy/commit/3fd0e405fd6cb3333397ec19e6...
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M .ci/flake8_lint_include_list.txt
M .ci/py3_sources.txt
M config/datatypes_conf.xml.sample
M lib/galaxy/datatypes/assembly.py
M lib/galaxy/datatypes/constructive_solid_geometry.py
M lib/galaxy/datatypes/data.py
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/images.py
M lib/galaxy/datatypes/msa.py
M lib/galaxy/datatypes/ngsindex.py
M lib/galaxy/datatypes/proteomics.py
M lib/galaxy/datatypes/tabular.py
Log Message:
-----------
Merge pull request #2690 from nsoranzo/datatypes_fixes
Misc datatypes fixes and enhancements
Compare:
https://github.com/galaxyproject/galaxy/compare/9aac1569f4b0...3fd0e405fd6c