-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Although Gretel is not designed for recovering large haplotypes, it should at least try its best. Apparently very large contigs will cause Gretel to write very large temporary files and lead to an OSError.
[...]
File "/home/epi_mher/miniconda2/envs/py3/lib/python3.5/multiprocessing/heap.py", line 231, in malloc
(arena, start, stop) = self._malloc(size)
File "/home/epi_mher/miniconda2/envs/py3/lib/python3.5/multiprocessing/heap.py", line 129, in _malloc
arena = Arena(length)
File "/home/epi_mher/miniconda2/envs/py3/lib/python3.5/multiprocessing/heap.py", line 81, in __init__
assert f.tell() == size
OSError: [Errno 28] No space left on device
Reactions are currently unavailable