[galaxyproject/galaxy] 0c22d1: Implement type_source on output collections.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 0c22d138891604d0df98784ab7edc43e9b541c1d https://github.com/galaxyproject/galaxy/commit/0c22d138891604d0df98784ab7edc... Author: John Chilton <jmchilton@gmail.com> Date: 2015-11-20 (Fri, 20 Nov 2015) Changed paths: M lib/galaxy/tools/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/parser/xml.py A test/functional/tools/collection_type_source.xml M test/functional/tools/samples_tool_conf.xml Log Message: ----------- Implement type_source on output collections. Inherit collection_type from an input, the way metadata and format can be. This commit includes a test tool demonstrating this functionality. The tool test for this tool can be executed using the following command: ``` ./run_tests.sh -framework -id collection_type_source ``` Commit: ffb3de9ede515d10fbdf06519140a726e0cfa7d1 https://github.com/galaxyproject/galaxy/commit/ffb3de9ede515d10fbdf06519140a... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-12-02 (Wed, 02 Dec 2015) Changed paths: M lib/galaxy/tools/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/parser/xml.py A test/functional/tools/collection_type_source.xml M test/functional/tools/samples_tool_conf.xml Log Message: ----------- Merge pull request #1153 from jmchilton/collection_type_source Implement type_source on output collections. Compare: https://github.com/galaxyproject/galaxy/compare/67c98f54cad4...ffb3de9ede51
participants (1)
-
GitHub