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.
This PR introduces a new screen function, enabling the ability to test multiple ligands (e.g., from a compound library) against a single target protein.
Key Features:
Example:
boltz screen --protein protein.fasta --ligands ligand_directory --use_msa_server
This functionality is great for workflows involving large-scale ligand screening, as it simplifies things by automating MSA generation (when needed) and organizing input queries for you. I originally put this together for a virtual screening workflow and hope it can be useful to others too.
As for future improvements, it could be interesting to explore adding support for Singularity or SLURM for easier use on HPC systems. That might be better suited for a separate project, but I think this screen functionality fits nicely into the main repo and would be a solid addition.