1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/18e8ddfb9c3c/ Changeset: 18e8ddfb9c3c User: dannon Date: 2014-08-12 17:25:22 Summary: Merged in peterjc/galaxy-central/tool_list_fix (pull request #456) tool_list.py should now use tool_conf.xml not tool_conf.xml.sample Affected #: 1 file diff -r a94473459ebb4749a375420492d6da9a948ccd3a -r 18e8ddfb9c3c7407daae21b49d64300e4edf7cc4 tool_list.py --- a/tool_list.py +++ b/tool_list.py @@ -3,7 +3,7 @@ #--------read tool_conf.xml.sample to get all the tool xml file names----------- onoff = 1 tool_list = [] -for line in open("tool_conf.xml.sample", "r"): +for line in open("tool_conf.xml", "r"): if line.find("<!--") != -1: onoff = 0 if line.find("file") != -1 and onoff==1: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.