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

ValueError in running prune2df and grnboost2 #124

Closed
ghost opened this issue Jan 13, 2020 · 1 comment
Closed

ValueError in running prune2df and grnboost2 #124

ghost opened this issue Jan 13, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 13, 2020

Hi,

So I'm trying to run pySCENIC on the same dataset, however with a subset of genes compared to the whole genome. When I try to run it on the whole genome, I get an error in grnboost2, with the following message:
ValueError: Metadata mismatch found in from_delayed.

Expected partition of type pandas.core.frame.DataFrame but got NoneType

I've seen that other people have had a similar issue, and I've seen the recommendations about how to fix it. I have made sure that there are no duplicate genes, but that doesn't help. Nothing I've tried to so far helps in fixing the issue.

When I try running it on the subset of genes, grnboost2 seems to work. However, I then get an error when I run the prune2df step. It get sstuck at 0% for a long time until it eventually crashes, yielding the following error:
ValueError: The columns in the computed data do not match the columns in the provided metadata
Extra: []
Missing: []

I've tried looking into what causes it, but I cannot figure it out. Any suggestions for how to fix both issues?

@ghost ghost changed the title ValueError in running prune2df ValueError in running prune2df and grnboost2 Jan 13, 2020
@cflerin
Copy link
Contributor

cflerin commented May 18, 2020

Please see #163 for some possible solutions to this

@cflerin cflerin closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant