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.
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.
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.