-
Notifications
You must be signed in to change notification settings - Fork 80
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
cryoDRGN_analyze_landscape Jupyter notebook in v3.3.3 has a parse_mrc bug #413
Comments
Hey Curtis, thanks for the catch, unfortunately the code in this notebook is generally a little outdated, as we are in the middle of considering some reorganization, refactoring, and refreshing of the code used for describing and plotting the output of our landscape analyses. This is of course related to #410 — I hope to have some updates to post to that thread in the upcoming few weeks! In the meantime, I have included some changes to the notebook produced by
These changes for v3.4.x are necessitated by the fact that the code in the v3.3.3 of the notebook is actually trying to reference a previous — not subsequent — implementation of the Lines 267 to 273 in f58267f
But your fix is of course still valid for those stuck working with v3.3.3! Let us know if you find any other problems, |
Hi!
I'm running cryoDRGN v3.3.3, and while I realize that this bug has probably been fixed in the recent v3.4 versions, v.3.3.3 is currently the most recent version available through SBGrid.
Bug description
Running cell 5 in the
cryoDRGN_analyze_landscape
Jupyter notebook generated byanalyze_landscape_full
returns this error:Possible fix
Going through the release notes for v3.4, I noticed the following:
I think that the notebook in v3.3.3 is trying to reference the updated
parse_mrc
, which only seems to be available in v3.4. The following fix to cell 5 appears to have fixed the issue:Cheers,
cbeck
The text was updated successfully, but these errors were encountered: