jts / sga

de novo sequence assembler using string graphs
http://genome.cshlp.org/content/22/3/549
237 stars 82 forks source link

DistanceEst --mean #124

Open sjackman opened 8 years ago

sjackman commented 8 years ago

DistanceEst has two distance estimation algorithms. --mle is the one that you implemented. --mean is a brain-dead difference between the mean observed aligned fragment size between two contigs assuming the gap between the two contigs is 0 (the contigs are adjacent) and the empirical population mean fragment size. The latter is much faster, particularly for mate-pair libraries.