Hi Sukhdeep!
No offences, I saw the google group post. The effective genome size of hg18 is 2.7 e9 while if you see the figures given abk and multiple by 2 and take the sum (as written) you get 1.7e11, is this correct?
On the otherhand if I use the utility fetchChromSizes from UCSC for hg18 and hg19 I get following results
./fetchchrom.sh hg18 2>/dev/null | perl -lanE 'BEGIN { say my $sum = 0; } $sum += int $F[1]; END { say "Total: $sum" }'
0
Total: 3107677273
./fetchchrom.sh hg19 2>/dev/null | perl -lanE 'BEGIN { say my $sum = 0; } $sum += int $F[1]; END { say "Total: $sum" }'
0
Total: 3137161264