[Swift-commit] r8296 - SwiftApps/swift-galaxy

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Nov 3 13:57:35 CST 2014


Author: ketan
Date: 2014-11-03 13:57:33 -0600 (Mon, 03 Nov 2014)
New Revision: 8296

Modified:
   SwiftApps/swift-galaxy/setup.py
Log:
small change to adjust to latest galaxy versions

Modified: SwiftApps/swift-galaxy/setup.py
===================================================================
--- SwiftApps/swift-galaxy/setup.py	2014-10-31 20:56:50 UTC (rev 8295)
+++ SwiftApps/swift-galaxy/setup.py	2014-11-03 19:57:33 UTC (rev 8296)
@@ -39,13 +39,13 @@
 os.symlink ("/tmp/swift-galaxy/swift", galaxyloc+"/tools/swift");
 
 #step 2. update the tool_conf.xml
-tree = ET.parse(galaxyloc+"/tool_conf.xml")
+tree = ET.parse(galaxyloc+"/config/tool_conf.xml.main")
 root = tree.getroot()
 
 if 'swift' not in root.attrib:
     root.append((ET.fromstring('<section name="swift" id="swift">\n <tool file="swift/tryswift.xml" />\n <tool file="swift/genericswift.xml" />\n <tool file="swift/swiftforeach.xml" />\n </section>\n ')))
 
-tree.write (galaxyloc+"/tool_conf.xml")
+tree.write (galaxyloc+"/config/tool_conf.xml.main")
 
 #step 3. Print message
 print "Swift/Galaxy Installed."




More information about the Swift-commit mailing list