[Swift-commit] r7878 - SwiftApps/swift-galaxy
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Sun May 18 18:08:20 CDT 2014
Author: ketan
Date: 2014-05-18 18:08:20 -0500 (Sun, 18 May 2014)
New Revision: 7878
Modified:
SwiftApps/swift-galaxy/setup.py
Log:
setup changes
Modified: SwiftApps/swift-galaxy/setup.py
===================================================================
--- SwiftApps/swift-galaxy/setup.py 2014-05-18 21:41:00 UTC (rev 7877)
+++ SwiftApps/swift-galaxy/setup.py 2014-05-18 23:08:20 UTC (rev 7878)
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+import re
+
"""
Setup script to install swift-galaxy framework to your Galaxy installation.
"""
@@ -18,6 +20,10 @@
#step 2. update the tool_conf.xml
+lines = open(galaxyloc+"/tool_conf.xml").readlines()
+#i = lines.index("<toolbox>")
+#lines.insert(i, 'Random text to insert')
+
#<section name="swift" id="swift">
# <tool file="swift/genswift.xml" />
# <tool file="swift/genericswift.xml" />
More information about the Swift-commit
mailing list