[galaxyproject/galaxy] 2846fa: Use target file path when adding missing indexes
Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 2846fa0aa1e92e770e01af15008ed76b93b41b52 https://github.com/galaxyproject/galaxy/commit/2846fa0aa1e92e770e01af15008ed... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/tool_shed/util/tool_util.py Log Message: ----------- Use target file path when adding missing indexes Previously we would load a TS tool during installation and ask if any of its tool datat tables are missing loc files. If thats the case we copy the sample file and call `handle_found_index_file` for the particular missing *.loc path of this data table. This does not work if the data table already existed (e.g for built-in data tables), but was missing the *.loc file, since we would atempt to load that path. Instead we do now load the path to the loc file that we just copied. Should fix https://github.com/galaxyproject/galaxy/issues/5648. Commit: 206182ea8f1ae437f4a5016fc49f74d5bf68f378 https://github.com/galaxyproject/galaxy/commit/206182ea8f1ae437f4a5016fc49f7... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2018-03-08 (Thu, 08 Mar 2018) Changed paths: M lib/tool_shed/util/tool_util.py Log Message: ----------- Merge pull request #5650 from mvdbeek/missing_index_file_fixes [18.01] Use sample file path when adding missing indexes Compare: https://github.com/galaxyproject/galaxy/compare/b601bcc429b4...206182ea8f1a
participants (1)
-
GitHub