josiahseaman / skittle

DNASkittle is a web based genome browser that provides an interactive visualization of the raw sequence. Every nucleotide of 10Kbp can fit on one screen at a time. It makes heavy use of signal processing techniques to extract tandem repeats, and other genome elements.
GNU General Public License v2.0
7 stars 4 forks source link

Divide by Zero in precompute #207

Open josiahseaman opened 11 years ago

josiahseaman commented 11 years ago

Traceback (most recent call last): File "precompute.py", line 135, in startRepeatMap(specimen, nProcessors) File "precompute.py", line 89, in startRepeatMap processors.map(precomputeRepeatMap, requests) File "/usr/lib/python2.7/multiprocessing/pool.py", line 227, in map 50 % Complete 50 % Complete return self.map_async(func, iterable, chunksize).get() File "/usr/lib/python2.7/multiprocessing/pool.py", line 528, in get raise self._value ZeroDivisionError: float division by zero

This happened on both the ZmB73 and TAIR10 precomputes.