Mercurial > repos > fubar > fastqc_dev
comparison FastQC/rgFastQC.py @ 4:4d6d32306a4a draft default tip
Uploaded
author | fubar |
---|---|
date | Tue, 04 Jun 2013 00:15:47 -0400 |
parents | 71899f689406 |
children |
comparison
equal
deleted
inserted
replaced
3:71899f689406 | 4:4d6d32306a4a |
---|---|
34 | 34 |
35 def __init__(self,opts=None): | 35 def __init__(self,opts=None): |
36 assert opts <> None | 36 assert opts <> None |
37 self.opts = opts | 37 self.opts = opts |
38 | 38 |
39 def getFileString(fpath, outpath): | 39 def getFileString(self, fpath, outpath): |
40 """ | 40 """ |
41 format a nice file size string | 41 format a nice file size string |
42 """ | 42 """ |
43 size = '' | 43 size = '' |
44 fp = os.path.join(outpath, fpath) | 44 fp = os.path.join(outpath, fpath) |