[galaxyproject/galaxy] 2b9281: Fix dependency ordering broken in #2917.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 2b9281a37832346b0a3e5aed1b13ee84270ffe44 https://github.com/galaxyproject/galaxy/commit/2b9281a37832346b0a3e5aed1b13e... Author: Daniel Blankenberg <dan.blankenberg@gmail.com> Date: 2016-10-11 (Tue, 11 Oct 2016) Changed paths: M lib/galaxy/tools/deps/__init__.py Log Message: ----------- Fix dependency ordering broken in #2917. We will store dependencies in an OrderedDict, matching the order of `<requirements>`. Fixes an issue where an R library was being sourced before R itself during shell command generation, the sourcing of R afterwards overwrote the `R_LIBS` env setting. Commit: 58d608b9060d7608c33d711183790e3b19c313cc https://github.com/galaxyproject/galaxy/commit/58d608b9060d7608c33d711183790... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-10-11 (Tue, 11 Oct 2016) Changed paths: M lib/galaxy/tools/deps/__init__.py Log Message: ----------- Merge pull request #3036 from blankenberg/fix-dep-shell-order Fix dependency ordering broken in #2917. Compare: https://github.com/galaxyproject/galaxy/compare/115600673300...58d608b9060d
participants (1)
-
GitHub