-
Notifications
You must be signed in to change notification settings - Fork 5
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
Index problem in run_enact()
#13
Comments
Same problem and possible solution
And I think there is a bug in the function PackageResults.df_to_adata() that it tries to set adata.obsm directly form results_df which may cause index problem, thus I revised the code in this function to get it done:
""" Which is works for me. |
Thanks for catching this and suggesting a fix! We’ve implemented a very similar solution, and it’ll be rolled out soon with some other updates |
Hello,
Thanks for developing this useful software. I'm attempting to run the complete ENACT pipeline from within Python. When invoking the
run_enact()
method of anENACT
object, many steps seem to complete, but the analysis ultimately halts with a complaint that appears to reference a mismatch in cell IDs. I'll attach the full configuration and traceback below.Best,
-Nick
Configuration as printed when running
run_enact()
:Traceback:
The text was updated successfully, but these errors were encountered: