changeset 21:abeec897b2d7 draft

Uploaded
author fubar
date Sun, 23 Mar 2014 08:11:54 -0400
parents 812871c1eaec
children 2983106e1460
files rgToolFactory.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rgToolFactory.py	Sun Mar 23 07:55:37 2014 -0400
+++ b/rgToolFactory.py	Sun Mar 23 08:11:54 2014 -0400
@@ -323,10 +323,10 @@
             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(self.indentedScript)
-        coda.append('**Attribution** This Galaxy tool was created by %s at %s\nusing the Galaxy Tool Factory.' % (self.opts.user_email,timenow()))
+        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))
         coda.append('Please cite: Creating re-usable tools from scripts: The Galaxy Tool Factory. Ross Lazarus; Antony Kaspi; Mark Ziemann; The Galaxy Team. ')
-        coda.append('Bioinformatics 2012; doi: 10.1093/bioinformatics/bts573')
+        coda.append('Bioinformatics 2012; doi: 10.1093/bioinformatics/bts573\n')
         xdict['help'] = '%s\n%s' % (xdict['help'],'\n'.join(coda))
         if self.opts.tool_desc:
             xdict['tooldesc'] = '<description>%s</description>' % self.opts.tool_desc