Repository 'toolfactory'
hg clone https://toolshed.g2.bx.psu.edu/repos/fubar/toolfactory

Changeset 22:2983106e1460 (2014-03-23)
Previous changeset 21:abeec897b2d7 (2014-03-23) Next changeset 23:8aab0f66cd5f (2014-03-25)
Commit message:
Uploaded
modified:
rgToolFactory.py
b
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))