[galaxyproject/galaxy] 9aed42: Determine collection_type for all workflow steps
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 9aed429a359d0fdf3933417aae89e81e6981c8f2 https://github.com/galaxyproject/galaxy/commit/9aed429a359d0fdf3933417aae89e... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-22 (Tue, 22 Jan 2019) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Determine collection_type for all workflow steps Commit: 6a4307609d90264b45104ae017e1056d055e7170 https://github.com/galaxyproject/galaxy/commit/6a4307609d90264b45104ae017e10... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M test/unit/workflows/test_modules.py Log Message: ----------- Unit test resolve_collection_type Commit: 65583ba4034302e02c87bf2db8c84fb7b83c0dee https://github.com/galaxyproject/galaxy/commit/65583ba4034302e02c87bf2db8c84... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Don't fail if tool is not installed Commit: ef50e872973710774cf62fc5eb3b7a761e503259 https://github.com/galaxyproject/galaxy/commit/ef50e872973710774cf62fc5eb3b7... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-28 (Mon, 28 Jan 2019) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/workflow/modules.py M test/api/test_workflows.py Log Message: ----------- Only fill collection_type for subworkflows, the top level stuff is managed by the client Commit: 5ac0802dd71236801ed0709f9b6df4014a60f850 https://github.com/galaxyproject/galaxy/commit/5ac0802dd71236801ed0709f9b6df... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-28 (Mon, 28 Jan 2019) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Don't display subworkflow inputs as workflow_outputs Commit: c5726c33b27756c1b5768f654b59935265160341 https://github.com/galaxyproject/galaxy/commit/c5726c33b27756c1b5768f654b599... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-28 (Mon, 28 Jan 2019) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-terminals.js M lib/galaxy/workflow/modules.py Log Message: ----------- Add input collection_type when including subworkflow Commit: 667f8aa761df88d48f1c00dd7fd98bb764e0032d https://github.com/galaxyproject/galaxy/commit/667f8aa761df88d48f1c00dd7fd98... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-28 (Mon, 28 Jan 2019) Changed paths: M lib/galaxy/workflow/modules.py M test/unit/workflows/test_modules.py M test/unit/workflows/workflow_support.py Log Message: ----------- Only add collection_type if collection_type has been specified We don't force the collection_type to be set in any way. We might want to think about defaulting to list if not specified, but that's not for now. Commit: e4d798cecdcb819c2f5ef4ee6caf8aa64b53faba https://github.com/galaxyproject/galaxy/commit/e4d798cecdcb819c2f5ef4ee6caf8... Author: Dannon <dannon.baker@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-terminals.js M lib/galaxy/managers/workflows.py M lib/galaxy/workflow/modules.py M test/api/test_workflows.py M test/unit/workflows/test_modules.py M test/unit/workflows/workflow_support.py Log Message: ----------- Merge pull request #7254 from mvdbeek/subworkflow_connectivity Determine collection_type for all workflow steps Compare: https://github.com/galaxyproject/galaxy/compare/0fba7f30c13c...e4d798cecdcb
participants (1)
-
Dannon