[galaxyproject/galaxy] d0b06a: Don't cast tool_version to string if tool_version ...
Branch: refs/heads/release_17.05 Home: https://github.com/galaxyproject/galaxy Commit: d0b06a3b1da09ff3394e9ea036d788676817b58f https://github.com/galaxyproject/galaxy/commit/d0b06a3b1da09ff3394e9ea036d78... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-08-14 (Mon, 14 Aug 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Don't cast tool_version to string if tool_version is None-type If a version is not specifically requested a wrong version (`None` cast to `'None'`) of a tool will be loaded in the workflow editor instead of the latest version. That should address @martenson's remark in https://github.com/galaxyproject/galaxy/pull/4373#issuecomment-321896674 (and maybe also https://github.com/galaxyproject/galaxy/issues/557#issuecomment-213498153). Commit: 6ad6fd9252bf5ec44beb00cb434876e170dc9548 https://github.com/galaxyproject/galaxy/commit/6ad6fd9252bf5ec44beb00cb43487... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-08-14 (Mon, 14 Aug 2017) Changed paths: M lib/galaxy/model/tool_shed_install/__init__.py Log Message: ----------- Rebuild tool_version_cache on DetachedInstanceError Commit: 7f78ee7b18b83961b305cac19aa8949a4452710d https://github.com/galaxyproject/galaxy/commit/7f78ee7b18b83961b305cac19aa89... Author: John Chilton <jmchilton@gmail.com> Date: 2017-08-15 (Tue, 15 Aug 2017) Changed paths: M lib/galaxy/model/tool_shed_install/__init__.py M lib/galaxy/workflow/modules.py Log Message: ----------- Merge pull request #4420 from mvdbeek/fix_wrong_tool_version_cast [17.05] Don't cast tool_version to string if tool_version is None-type Compare: https://github.com/galaxyproject/galaxy/compare/4faf496c9898...7f78ee7b18b8
participants (1)
-
GitHub