comparison WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/refreshTool.py~ @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:049760c677de
1 '''
2 @author Sumedha Ganjoo
3 @see LICENSE (MIT style license file).
4 '''
5
6 import os.path
7 import sys
8
9 outputfile=open(sys.argv[2],'w')
10 outputfile.seek(0,0)
11 outputfile.write('\n Tool added...For independent use, find the tool under Web Service Tools on the left side window, \n and for use in workflows find the tool under Web Service Workflow Tools. \n If the tool is not visible click on "Galaxy" on the top left corner of this window to refresh the page.')
12
13
14
15
16