# HG changeset patch # User melissacline # Date 1414026875 25200 # Node ID 14c406f8fca62be91ee2f327ccd6638cb9039db0 # Parent 6ca836b7e0b46dbd6d431dff53c3d13757396b39 Removed an extraneous print message diff -r 6ca836b7e0b4 -r 14c406f8fca6 ttest/stats.py --- a/ttest/stats.py Mon Oct 13 18:52:54 2014 -0700 +++ b/ttest/stats.py Wed Oct 22 18:14:35 2014 -0700 @@ -24,7 +24,6 @@ (columnsGroupA, columnsGroupB) = headerLineToGroups(headerTokens, clinicalVector, args.a, args.b) - print columnsGroupA, columnsGroupB outfile = open(args.outfile, "w") outfile.write("%s\tStatistic\tpValue\tMedian1\tMedian2\tDelta\n" % (headerTokens[0])) for row in genomicFp: