jts / sga

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

Fixed an out of bounds index bug in sga-astat.py. #72

Closed peterhj closed 10 years ago

peterhj commented 10 years ago

Running sga-astat.py with a value for -b (initial number of contigs to use) larger than the number of contigs would raise an IndexError.

jts commented 10 years ago

Thanks!