# HG changeset patch # User fubar # Date 1395576714 14400 # Node ID abeec897b2d7dae99a0f33c4556a9614dc2f0eab # Parent 812871c1eaec5e68057165ea54f7652736beef8a Uploaded diff -r 812871c1eaec -r abeec897b2d7 rgToolFactory.py --- 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'] = '%s' % self.opts.tool_desc