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

IFP-generation #15

Open
haoxuanluo731 opened this issue Sep 3, 2024 · 10 comments
Open

IFP-generation #15

haoxuanluo731 opened this issue Sep 3, 2024 · 10 comments

Comments

@haoxuanluo731
Copy link

I use the pycharm,this is my .py
屏幕截图 2024-09-03 202801
this is where is my problem happen
image
I check the traject.py,I think my problem is happen in this way
image
but my xtc is ok,so I want to know what happened

@StefanGIT
Copy link
Member

Can you print out more information on the exception?
eg:
except Exception as inst:
print(type(inst)) # the exception type
print(inst.args) # arguments stored in .args
print(inst) # str allows args to be printed directly,
This would give more details on what goes wrong.

https://docs.python.org/3/tutorial/errors.html

@haoxuanluo731
Copy link
Author

thank you very much,I use this method I find I have differernt number between topol and xtc , I will check it ,if I have problem,I will tell you,thank you so much
image

@haoxuanluo731
Copy link
Author

I also have question that I have generate dissociation pathways graph,and I also genertion IFp,so I want to know how to generate this picture in the article
image

@AegithalosCaudatus
Copy link
Member

I myself had never done a picture like this, but it looks like they used pymol and put multiple frames of ligand in a surface representation (with some transparency and color).

@haoxuanluo731
Copy link
Author

I myself had never done a picture like this, but it looks like they used pymol and put multiple frames of ligand in a surface representation (with some transparency and color).我自己从来没有画过这样的图片,但看起来他们使用了 pymol 并将多个配体框架放入表面表示中(具有一定的透明度和颜色)。

我在他们的文章中看到了他们是说将他映射到3Dmap上得到这个图,我在实例中找到了这段代码,
image

但我运行的时候显示错误
image

@StefanGIT
Copy link
Member

The method Map_3D_grid is saving a trajectory data frame in a grid format. However it seems that your data frame does not contain data. You will need to check where this is lost in your code. It is impossible to overlook this from this small sample.

@haoxuanluo731
Copy link
Author

I have get the dx file,how can i use this file to generate picture

@StefanGIT
Copy link
Member

StefanGIT commented Sep 10, 2024 via email

@haoxuanluo731
Copy link
Author

thank you very much

@haoxuanluo731
Copy link
Author

I have a question. I indeed opened this file in PyMOL. For example, my trajectory is divided into 8 categories, and the last 4 were obtained with 3Dcom. However, when I open it individually, it only appears as a plane. I'm wondering how I can combine this 3D surface with the ligand-protein that I need to achieve a figure similar to the one in your article. Another question is about the isosurface; I used different values, such as 1.5 and 2, to obtain different sizes of isosurfaces. What role does this isosurface play in this context?

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

3 participants