Scenario.
- Create custom tool
- Create file "CustomTool.xml" with the follow text
<?xml version = "1.0" encoding = "UTF-8"?> <ugeneExternalToolConfig version = "1.0"> <name>Custom tool name</name> <id>CUSTOM_TOOL_ID</id> <executableName>custom_tool.py</executableName> </ugeneExternalToolConfig>
- Open Settings->Preferences...->External Tools
- Click Import and select "CustomTool.xml"
- Click "OK"
- Create file "CustomTool.xml" with the follow text
- Open Settings->Preferences...->External Tools again
Expected state: custom tool "Custom tool name" will be in the "Custom tools" section