Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't generate coolerfile with cload at very high resolution (200/400bp) #260

Open
gdolsten opened this issue Aug 22, 2021 · 1 comment
Open

Comments

@gdolsten
Copy link

Hi, I am having some trouble running cload at higher resolutions (eg 200/400bp). The output freezes at the first batch of chromosomal locations and doesn't continue, even when run for a really long time? How long should it take when running cload pairix and is there anything that can be done to speed it up?
Thanks!

@nvictus
Copy link
Member

nvictus commented Mar 5, 2024

@gdolsten do you remember if this was done with cooler cload pairix and not cooler cload pairs?

We are investigating and suspect the issue with very high-resolution binning and aggregation is due to quirks of Python's multiprocessing that might sometimes get triggered when data chunks reach a certain size. cooler cload pairs does not use multiprocessing and it can be turned off for cload pairix (or the chunksize can be reduced).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants