[galaxyproject/galaxy] 4df1de: Map over multiple=true in workflow run
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 4df1de38ba390ee6513bc85fbb0643e6e152bd25 https://github.com/galaxyproject/galaxy/commit/4df1de38ba390ee6513bc85fbb064... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Map over multiple=true in workflow run There is some unfortunate divergence between the mapping over code in tool runs vs workflow runs. Without this patch a list:list input to a multiple="true" data input would get fully reduced in workflow, while tool runs would just reduce the inner collection (and I think that's the correct behavior). Commit: cf68cbe907729283a8a359d9a8dbcb0013ebcee5 https://github.com/galaxyproject/galaxy/commit/cf68cbe907729283a8a359d9a8dbc... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M test/api/test_workflows.py Log Message: ----------- Verify that list:list will be reduced to list in multi data input Commit: a36b56e6940cf8e406ebca90114e2a9974e50e0d https://github.com/galaxyproject/galaxy/commit/a36b56e6940cf8e406ebca90114e2... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M test/api/test_workflows.py Log Message: ----------- Drop redundant wait for history wait_for_invocation_and_jobs does that already, thx @nsoranzo. Commit: c4fbe94bcfeef2acc5edf516a625578c7578feff https://github.com/galaxyproject/galaxy/commit/c4fbe94bcfeef2acc5edf516a6255... Author: Nicola Soranzo <nicola.soranzo@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M lib/galaxy/workflow/modules.py M test/api/test_workflows.py Log Message: ----------- Merge pull request #7302 from mvdbeek/dont_reduce_list_list_in_multi_data_input_workflow_step [19.01] Don't reduce list:list in multi data input workflow step Commit: 3b49be59a12cf886040e894d3b1b1e644ff7cfa4 https://github.com/galaxyproject/galaxy/commit/3b49be59a12cf886040e894d3b1b1... Author: Martin Cech <marten@bx.psu.edu> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M lib/galaxy/workflow/modules.py M test/api/test_workflows.py Log Message: ----------- Merge branch 'release_19.01' into dev Compare: https://github.com/galaxyproject/galaxy/compare/e4d798cecdcb...3b49be59a12c
participants (1)
-
Martin Cech