We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29e8d1 commit 082bbf4Copy full SHA for 082bbf4
1 file changed
tests/test_galaxy_config.py
@@ -65,7 +65,9 @@ def test_refgenie_config_version():
65
66
def test_all_tool_paths_excludes_remote_galaxy_tools():
67
local_tool = os.path.join(os.path.dirname(__file__), "data", "tools", "two_tests.xml")
68
- remote_tool_id = "toolshed.g2.bx.psu.edu/repos/iuc/collection_element_identifiers/collection_element_identifiers/0.0.3"
+ remote_tool_id = (
69
+ "toolshed.g2.bx.psu.edu/repos/iuc/collection_element_identifiers/collection_element_identifiers/0.0.3"
70
+ )
71
72
tool_paths = _all_tool_paths([for_path(local_tool), for_uri(f"gxid://tools/{remote_tool_id}")])
73
0 commit comments