Skip to content
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

input file contain multiple molecules #13

Open
fangxintao opened this issue Oct 29, 2024 · 1 comment
Open

input file contain multiple molecules #13

fangxintao opened this issue Oct 29, 2024 · 1 comment

Comments

@fangxintao
Copy link

python sample_for_pocket.py ${PDB_PATH} ${SDF_PATH}

The input file(SDF file) can contain two or more small molecules?

@qky18
Copy link
Contributor

qky18 commented Nov 13, 2024

Hi, in that case, there might be some undefined behavior in clipping the 10A region around the ligand to obtain the binding site, though no errors will be thrown.
If the input SDF contains several molecules within roughly the same binding site, I suspect it would be just fine. But if they are scattered into multiple (and often very distant) sites, it might not yield satisfactory results since the clipped pocket would be nasty.

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

No branches or pull requests

2 participants