-
Notifications
You must be signed in to change notification settings - Fork 183
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
Possible solutions for GRNBoost2/GENIE3 Dask issues #163
Comments
Hello @cflerin |
Hi @hyjforesight , You should create a new bug report and include all of the requested info on package versions. Having this info will make it much easier to address your issue. |
A recurring problem is that the GRN inference step of pySCENIC (using Arboreto's GRNBoost2/GENIE3 implementation) fails to complete successfully. This seems to be due to issues with newer Dask releases being incompatible with the existing GRNBoost2/GENIE3 implementation.
Possible errors
ValueError: Metadata mismatch found in from_delayed
Expected partition of type DataFrame but got NoneType
ValueError: tuple is not allowed for map key
...
Possible solutions
Another option is to use a helper script (arboreto_with_multiprocessing.py) that runs the Arboreto GRN algorithms (GRNBoost2, GENIE3) without Dask for compatibility.
See here, or the basic usage is:
The text was updated successfully, but these errors were encountered: