changeset 4:4d6d32306a4a draft default tip

Uploaded
author fubar
date Tue, 04 Jun 2013 00:15:47 -0400
parents 71899f689406
children
files FastQC/rgFastQC.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
         """