# HG changeset patch # User fubar # Date 1395577052 14400 # Node ID 2983106e14601d13df050364dff320fb745ea88d # Parent abeec897b2d7dae99a0f33c4556a9614dc2f0eab Uploaded diff -r abeec897b2d7 -r 2983106e1460 rgToolFactory.py --- a/rgToolFactory.py Sun Mar 23 08:11:54 2014 -0400 +++ b/rgToolFactory.py Sun Mar 23 08:17:32 2014 -0400 @@ -322,6 +322,7 @@ else: xdict['help'] = 'Please ask the tool author for help as none was supplied at tool generation\n' coda = ['**Script**','Pressing execute will run the following code over your input file and generate some outputs in your history::'] + coda.append('\n') coda.append(self.indentedScript) coda.append('\n**Attribution**\nThis Galaxy tool was created by %s at %s\nusing the Galaxy Tool Factory.\n' % (self.opts.user_email,timenow())) coda.append('See %s for details of that project' % (toolFactoryURL))