Hi,
I’m encountering an issue when starting Galaxy where the following message appears in the logs, even though tool_conf.xml exists:
galaxy.tool_util.toolbox.base DEBUG 2024-12-12 15:40:04,804 [pN:main,p:3023829,tN:MainThread] Tool path for tool configuration /home/user1/galaxy/config/tool_conf.xml is None
Here’s what I did:
-
Followed the instructions from Get Galaxy to set up Galaxy on my server.
-
Created galaxy.yml by running
cat galaxy/config/galaxy.yml.sample > galaxy/config/galaxy.yml
Then I edited it as needed. -
Started Galaxy with
sh galaxy/run.sh
-
Later, I wanted to configure tools using tool_conf.xml. So, I stopped Galaxy and created the file using:
cat galaxy/config/tool_conf.xml.sample > galaxy/config/tool_conf.xml
Then, I edited the file to include the necessary tool configurations.
After restarting Galaxy, the log keeps showing the above message (tool_conf.xml in None).
Could someone help me understand why this is happening and how to resolve it?
Thanks!