Branch: refs/heads/release_18.05 Home: https://github.com/galaxyproject/galaxy Commit: c253436b4a7c646910bdc1f8ce9c2f01fe43f1ff https://github.com/galaxyproject/galaxy/commit/c253436b4a7c646910bdc1f8ce9c2... Author: John Chilton <jmchilton@gmail.com> Date: 2018-05-18 (Fri, 18 May 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-terminals.js Log Message: ----------- Fix append() for ANY_COLLECTION_TYPE type description in WF editor. Append means take a collection type and extend it by the current type - so appending to list to paired -> list:paired for instance. ANY_COLLECTION_TYPE is a representation of incomplete information - it means this type description might be any kind of collection type (the way we use "input" to mean any kind of datatype in the editor). This is really a second order approximation of what a correct solution would be - a first order approximation would somehow represent the result of append being at least of "depth" specified (list:* or *:list instead of * for instance). A not approximation would be to do that but use ANY_COLLECTION_TYPE much less frequently by capturing type_source information and propagating it throughout the workflow properly. But these are harder things to do, this incorrect fix will allow many valid workflows to be editted that currently cannot be so I think it is good. "Fixes" #5205. Commit: f8fc8232a68dd1b0693ff9b007734cfa087cccdf https://github.com/galaxyproject/galaxy/commit/f8fc8232a68dd1b0693ff9b007734... Author: Dannon <dannon.baker@gmail.com> Date: 2018-05-19 (Sat, 19 May 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-terminals.js Log Message: ----------- Merge pull request #6178 from jmchilton/fix_append_for_any_collection_Type [18.05] Fix append() for ANY_COLLECTION_TYPE type description in WF editor. Compare: https://github.com/galaxyproject/galaxy/compare/afc8d0abd81b...f8fc8232a68d **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.