# HG changeset patch # User devteam # Date 1449176138 18000 # Node ID c1a9e644d5805d2a53f8b9821796c6a2b28e8531 # Parent 3179d17dc6e53865a95579a7d18df91887b6453d planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/weblogo3 commit b3b7a9898eb2b5d12745ef96250b04955bd1e209 diff -r 3179d17dc6e5 -r c1a9e644d580 rgWebLogo3.py --- a/rgWebLogo3.py Fri Oct 09 15:53:33 2015 -0400 +++ b/rgWebLogo3.py Thu Dec 03 15:55:38 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):