src/hg/utils/automation/n50.pl 1.2
1.2 2009/08/07 18:16:48 hiram
improved comment, minor change
Index: src/hg/utils/automation/n50.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/n50.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/utils/automation/n50.pl 7 Aug 2009 17:50:43 -0000 1.1
+++ src/hg/utils/automation/n50.pl 7 Aug 2009 18:16:48 -0000 1.2
@@ -49,9 +49,9 @@
$totalSize += $sizes{$key}
}
my $n50Size = $totalSize / 2;
- printf STDERR "#\tcontig count: %d, total size: %d, N50 size: %d\n",
+ printf STDERR "#\tcontig count: %d, total size: %d, one half size: %d\n",
$sizeCount, $totalSize, $n50Size;
my $prevContig = "";
my $prevSize = 0;