# HG changeset patch # User devteam # Date 1450484426 18000 # Node ID ced02f5334a0ca43e8073b65306adc1218351f40 # Parent d16cc2d3335929c2242811815a22bd3e7eba226e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/weblogo3 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r d16cc2d33359 -r ced02f5334a0 rgWebLogo3.py --- a/rgWebLogo3.py Tue Oct 13 12:35:51 2015 -0400 +++ b/rgWebLogo3.py Fri Dec 18 19:20:26 2015 -0500 @@ -105,7 +105,7 @@ if seqlen <> flen: print >> sys.stderr,self.badseq % self.opts.input sys.exit(1) - return '# weblogo input %s has %d sequences all of length %d' % (self.opts.input,lasti,flen) + return '# weblogo input %s has %d sequences all of length %d' % (self.opts.input, lasti+1, flen) def run(self):