Branch: refs/heads/release_17.05 Home: https://github.com/galaxyproject/galaxy Commit: fc90aec7fe4a3267868fdf3cc2c2123f935f15a2 https://github.com/galaxyproject/galaxy/commit/fc90aec7fe4a3267868fdf3cc2c21... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-09-15 (Fri, 15 Sep 2017) Changed paths: M create_db.sh M extract_dataset_parts.sh M manage_db.sh M manage_tools.sh Log Message: ----------- Fix virtualenv activation for some scripts In particular add virtualenv activation to extract_dataset_parts.sh to fix the following error when running tools which use `<parallelism>`: ``` Fatal error: /tmp/tmpOoQ01k/job_working_directory/000/12/task_0: Traceback (most recent call last): File "./scripts/extract_dataset_part.py", line 17, in <module> import galaxy.model.mapping # need to load this before we unpickle, in order to setup properties assigned by the mappers File "/opt/galaxyproject_galaxy_release_17.05/lib/galaxy/model/__init__.py", line 20, in <module> from six import string_types ModuleNotFoundError: No module named 'six' ``` Commit: 97e8e36185312ff6e1afea15fec7e83aadafd25b https://github.com/galaxyproject/galaxy/commit/97e8e36185312ff6e1afea15fec7e... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-09-15 (Fri, 15 Sep 2017) Changed paths: M create_db.sh M extract_dataset_parts.sh M manage_db.sh M manage_tools.sh Log Message: ----------- Merge pull request #4624 from nsoranzo/release_17.05_fix_scripts [17.05] Backport of #4616 Compare: https://github.com/galaxyproject/galaxy/compare/83b363d52076...97e8e3618531