Mercurial > repos > fubar > toolfactory
changeset 22:2983106e1460 draft
Uploaded
author | fubar |
---|---|
date | Sun, 23 Mar 2014 08:17:32 -0400 |
parents | abeec897b2d7 |
children | 8aab0f66cd5f |
files | rgToolFactory.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))