changeset 7:14c406f8fca6

Removed an extraneous print message
author melissacline
date Wed, 22 Oct 2014 18:14:35 -0700
parents 6ca836b7e0b4
children f55d3b781adb
files ttest/stats.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: