When I run GRAAL, I receive the following error:
Processing...
Description: convert dense file to COO sparse data.
Done.
start filtering
nfrags = [95581]
n init frags = [95581]
mean sparsity = 0.0021264316
std sparsity = 0.0022989216
max_sparsity = 0.059509736
cleaning : start
number of fragments to remove = 0
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "main_window.py", line 85, in run
pyramid = pyr.build_and_filter(self.base_folder, self.size_pyramid, self.factor)
File "/home/benedikt/Python/GRAAL/pyramid_sparse.py", line 69, in build_and_filter
current_abs_fragments_contacts, pyramid_0)
File "/home/benedikt/Python/GRAAL/pyramid_sparse.py", line 756, in remove_problematic_fragments
p.render(pt ,'step %s\nProcessing...\nDescription: removing bad fragments.' % step)
File "/home/benedikt/Python/GRAAL/progressbar.py", line 61, in render
self.progress = (bar_width * percent.astype(np.int)) / 100
AttributeError: 'int' object has no attribute 'astype'
The input data has been generated using the HiC-Box (thanks again for your help there).
Most likely unrelated: the stdout is spammed with this message as well:
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
When I run GRAAL, I receive the following error:
The input data has been generated using the HiC-Box (thanks again for your help there).
Most likely unrelated: the stdout is spammed with this message as well: