Hi,
I'm trying to install a tool from the public toolshed into my local galaxy instance. However, the installation process stops with the following error:
tool_shed.galaxy_install.install_manager ERROR 2015-12-17 10:53:13,855 No content returned from tool shed repository version request to https://toolshed.g2.bx.psu.edu/repository/get_tool_versions?owner=devteam&changeset_revision=cd2ed5717e38&name=package_cairo_1_12_14 tool_shed.galaxy_install.install_manager ERROR 2015-12-17 10:53:15,162 Error installing tool dependency pixman version 0.32.4: coercing to Unicode: need string or buffer, NoneType found Traceback (most recent call last): File "lib/tool_shed/galaxy_install/install_manager.py", line 203, in install_specified_tool_dependencies from_tool_migration_manager=from_tool_migration_manager ) File "lib/tool_shed/galaxy_install/install_manager.py", line 306, in install_package tool_dependency_db_records=None ) File "lib/tool_shed/galaxy_install/tool_dependencies/recipe/recipe_manager.py", line 97, in process_tag_set tool_dependency_db_records=tool_dependency_db_records ) File "lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py", line 519, in process_tag_set from_tool_migration_manager=from_tool_migration_manager ) File "lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py", line 471, in handle_complex_repository_dependency_for_package tool_dependencies_config = suc.get_absolute_path_to_file_in_repository( repo_files_dir, 'tool_dependencies.xml' ) File "lib/tool_shed/util/shed_util_common.py", line 206, in get_absolute_path_to_file_in_repository for root, dirs, files in os.walk( repo_files_dir ): File "/home/galaxy/galaxy-dist/.venv/lib/python2.7/os.py", line 276, in walk names = listdir(top) TypeError: coercing to Unicode: need string or buffer, NoneType found
and all the subsequent tool dependecies also fail to install with the same 'TypeError'
Seems like the tool is no longer available in the repository?
(Galaxy v15.10 - Ubuntu 14.04.03 LTS)
Matthias