[galaxyproject/galaxy] 78a262: Fixes genome decode handling. dbkey was either un...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 78a2626d13a817c0371db665ecdbeef7a616cb32 https://github.com/galaxyproject/galaxy/commit/78a2626d13a817c0371db665ecdbe... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-12-12 (Tue, 12 Dec 2017) Changed paths: M lib/galaxy/visualization/genomes.py Log Message: ----------- Fixes genome decode handling. dbkey was either unicode or str here variously, and the previous change broke the case where it was unicode. Commit: f6fbe634465bb2305ad968ec3413e7df64fc5224 https://github.com/galaxyproject/galaxy/commit/f6fbe634465bb2305ad968ec3413e... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-12-12 (Tue, 12 Dec 2017) Changed paths: M lib/galaxy/visualization/genomes.py Log Message: ----------- use six.string_types instead of basestring for isinstance Commit: d84fd9514a545e418cfc3335ae7669582217f40e https://github.com/galaxyproject/galaxy/commit/d84fd9514a545e418cfc3335ae766... Author: John Chilton <jmchilton@gmail.com> Date: 2017-12-12 (Tue, 12 Dec 2017) Changed paths: M lib/galaxy/visualization/genomes.py Log Message: ----------- Merge pull request #5198 from dannon/fix_genome_handling Fixes genome decode handling. Compare: https://github.com/galaxyproject/galaxy/compare/aa0334d72f4b...d84fd9514a54
participants (1)
-
GitHub