PanDDA2 for XChem#330
Merged
rowanwalker96 merged 28 commits intomainfrom Nov 25, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto parallel PanDDA2 pipeline for XChem/OpenBind.
Runs downstream from dimple, and waits until all upstream autoprocessing jobs & related dimple jobs have completed before triggering. The 'best' dataset is taken forward to use for PanDDA processing, based on user defined heuristic (I/sigIcompleteness# unique reflections as default as in XCE).
The pipeline is comprised of two stages:
auto_model_buildingdirectory is equal to theprerun-thresholdparameter, a SLURM array job is launched, allocating 1cpu per job. Any dataset that arrives after this point is launched as a single cpu job.PanDDA2_postjob can run at any given time.A custom Rhofit pipeline is also triggered after the PanDDA process step, for high quality ligand fitting to the PanDDA event maps. This results in a final autobuild of the protein and ligand in a dataset's
modelled_structuresdirectory.The pipeline reads the ligand information for each dataset from the XChem soakDB .sqlite database, generates ligand restraints and auto creates the XChem directory structure, such that XCE can read the status of the XChem experiment via its
update datasource from filesystemmethod.User options for the autoprocessing can be specified by a
.user.yamlfile in the labxchem visit directory, but is not a requirement. Currently this has minimal options but will be fleshed out in due course:Initially will only run on OpenBind visits
lb42888to allow for a testing phase.