Skip to content

Conversation

@maxzoech
Copy link

@maxzoech maxzoech commented Sep 1, 2025

No description provided.

sanlopez and others added 2 commits August 21, 2025 17:54
@maxzoech
Copy link
Author

maxzoech commented Sep 1, 2025

One thing to consider here: https://github.com/maxzoech/scipion-em-validation/blob/833a6e215ddfa234a9bdb3b3cfb262e268f7713a/validationLevels.py#L950

I think @lolasanchezzz added the path of the JSON files to the validation report. I copied her code for Map-Q and added it commented out for now:

try:
      mapq_json_path = convert_to_bws("ProtMapQ", emdb_entry_identifier, project_root=project.getPath(),
                                            volume="map.mrc")
      # if mapq_json_path:
      #     saveIntermediateData(report.getReportDir(), 'Map-Q', True,
      #                          'Map_q_resolution_json', str(fscq_json_path),
      #                          'FSCQ resolutions in json format')
except Exception as e:
      print(f"Failed to save Map-Q: {e}")

Edit: It is actually @sanlopez who added the code :)

@sanlopez
Copy link
Collaborator

sanlopez commented Oct 1, 2025

@maxzoech It’s hard to review the diffs when the files are reformatted at the same time. Both validationLevels.py and validationLevelA.py have a lot of formatting changes. Please revert those and only include the new code in this PR.

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

Successfully merging this pull request may close these issues.

2 participants