# HG changeset patch # User fubar # Date 1370319347 14400 # Node ID 4d6d32306a4a46747b43fb8aa1b489581c08c89f # Parent 71899f689406f06b8a6e9fbb6e0e66c82fa58214 Uploaded diff -r 71899f689406 -r 4d6d32306a4a FastQC/rgFastQC.py --- a/FastQC/rgFastQC.py Tue Jun 04 00:12:12 2013 -0400 +++ b/FastQC/rgFastQC.py Tue Jun 04 00:15:47 2013 -0400 @@ -36,7 +36,7 @@ assert opts <> None self.opts = opts - def getFileString(fpath, outpath): + def getFileString(self, fpath, outpath): """ format a nice file size string """