[galaxyproject/galaxy] 86ebe2: Enhance filenames with collection context when dow...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 86ebe28667008d65f0c4223e22df1e74837baf11 https://github.com/galaxyproject/galaxy/commit/86ebe28667008d65f0c4223e22df1... Author: John Chilton <jmchilton@gmail.com> Date: 2017-05-01 (Mon, 01 May 2017) Changed paths: M client/galaxy/scripts/mvc/collection/collection-model.js M client/galaxy/scripts/mvc/dataset/dataset-model.js M lib/galaxy/datatypes/data.py M lib/galaxy/webapps/galaxy/controllers/dataset.py Log Message: ----------- Enhance filenames with collection context when downloading datasets from GUI. - Reduce duplication related to calculating filename. - Formalized pattern for normal dataset download using string.Tempalte - "Galaxy${hid}-[${name}].${ext}". - In the context of collections, hid and name of the datasets are pretty worthless so I used a second pattern for collections based on where it is in the current GUI frame. The new pattern is "Galaxy${hdca_hid}-[${hdca_name}__${element_identifier}].${ext}". - The patterns make this a little more tweakable - for people who want something different it should be pretty straight forward to make these patterns configurable. Fixes #2140 I think. Commit: ef92904afaa0222e66e0861dbb37fdf07e541a88 https://github.com/galaxyproject/galaxy/commit/ef92904afaa0222e66e0861dbb37f... Author: John Chilton <jmchilton@gmail.com> Date: 2017-05-01 (Mon, 01 May 2017) Changed paths: M static/maps/mvc/collection/collection-model.js.map M static/maps/mvc/dataset/dataset-model.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map M static/scripts/mvc/collection/collection-model.js M static/scripts/mvc/dataset/dataset-model.js Log Message: ----------- Repack client. Commit: 4b7d5e32d4a0cd6ffa72e6551b57022a4d2dc6d2 https://github.com/galaxyproject/galaxy/commit/4b7d5e32d4a0cd6ffa72e6551b570... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-05-02 (Tue, 02 May 2017) Changed paths: M client/galaxy/scripts/mvc/collection/collection-model.js M client/galaxy/scripts/mvc/dataset/dataset-model.js M lib/galaxy/datatypes/data.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M static/maps/mvc/collection/collection-model.js.map M static/maps/mvc/dataset/dataset-model.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map M static/scripts/mvc/collection/collection-model.js M static/scripts/mvc/dataset/dataset-model.js Log Message: ----------- Merge pull request #3985 from jmchilton/fix_collection_download_name Enhance filenames with collection context when downloading datasets from GUI. Compare: https://github.com/galaxyproject/galaxy/compare/06e2e67872b8...4b7d5e32d4a0
participants (1)
-
GitHub