[galaxyproject/galaxy] 312746: Allow accessing collection elements in format_sour...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 312746d1698e99e13b9a60db881d0093da6cc4c0 https://github.com/galaxyproject/galaxy/commit/312746d1698e99e13b9a60db881d0... Author: John Chilton <jmchilton@gmail.com> Date: 2015-11-17 (Tue, 17 Nov 2015) Changed paths: M lib/galaxy/tools/actions/__init__.py A test/functional/tools/output_format_collection.xml M test/functional/tools/samples_tool_conf.xml M test/unit/tools/test_actions.py Log Message: ----------- Allow accessing collection elements in format_source. Can do it by numeric index or element name, e.g. input[0] or input["forward"]. Only works for 1-D collections. Implements #699. Run new and most relevant existing tests with the following commands: ``` nosetests test/unit/tools/test_actions.py ./run_tests.sh -framework -id output_format_collection ./run_tests.sh -framework -id output_format ``` Commit: 2e510bd5e12ab5e2c401e835e0f84f29376766db https://github.com/galaxyproject/galaxy/commit/2e510bd5e12ab5e2c401e835e0f84... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-11-21 (Sat, 21 Nov 2015) Changed paths: M lib/galaxy/tools/actions/__init__.py A test/functional/tools/output_format_collection.xml M test/functional/tools/samples_tool_conf.xml M test/unit/tools/test_actions.py Log Message: ----------- Merge pull request #1113 from jmchilton/format_source_collection Allow accessing collection elements in format_source. Compare: https://github.com/galaxyproject/galaxy/compare/ab0829f2e8df...2e510bd5e12a
participants (1)
-
GitHub