X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=buildMatrix.py;h=a49120cf574f9c0213bd569edfe8507f923435a2;hb=47bd897210cb85e042f11d7400b46d94400cc428;hp=c7b6dd0c801025552c365003cf9067b2550c6b0c;hpb=0d3e3112fd04c2e6b44a25cacef1d591658ad181;p=erange.git diff --git a/buildMatrix.py b/buildMatrix.py index c7b6dd0..a49120c 100755 --- a/buildMatrix.py +++ b/buildMatrix.py @@ -78,7 +78,7 @@ def buildMatrix(inFileName, colfilename, outfilename, truncateRPKM, if header.strip() == "": header = "#\t" - outfile.write( "%s\t%s\n" % (header, colID)) + outfile.write("%s\t%s\n" % (header, colID)) values = [] min = 20000000000.