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

convert amber trajectory to desmond compatible (cms with trj) #1261

Closed
amrhamedp opened this issue May 10, 2017 · 8 comments
Closed

convert amber trajectory to desmond compatible (cms with trj) #1261

amrhamedp opened this issue May 10, 2017 · 8 comments

Comments

@amrhamedp
Copy link

Hello,
I would like to convert amber trajectory to desmond compatible one to make use of simulation interaction analysis found in desmond.....any clue how to do this?

@rmcgibbo
Copy link
Member

rmcgibbo commented May 10, 2017 via email

@peastman
Copy link
Contributor

What formats does Desmond support? It would be kind of surprising if it can't read a few standard formats like PDB and DCD, in addition to its own proprietary formats.

@mpharrigan
Copy link
Contributor

I think we can save dtr, isn't that the desmond format?

@amrhamedp
Copy link
Author

amrhamedp commented May 10, 2017

what I am really looking for is to use simulation interaction analysis in desmond:
http://content.schrodinger.com/Resources/SID/3p6h_desmond_npt_10ns.pdf
This tool in the GUI form accepts cms file (which point to trj file) only. I don't know if there is a way around to read a pdb trajectory file. I don't know even if this tool can be run using command line.
Any suggestion to an equivalent tool that can analyze ligand protein interactions of a given trajectory while showing the percentage of each interaction and whether it is water mediated or not is welcomed

@amrhamedp
Copy link
Author

Ok I figured this out....it needs careful translation of atom types to desmond and vmd

@yefei111
Copy link

Ok I figured this out....it needs careful translation of atom types to desmond and vmd

Hi, could you please share the methods for trajectory translation? Thank you very much!
My MD simulation was performed by gromacs. I have transfered the .xtc trajectory to desmond trajectory file. Then, we generated the .cms file according to this protocol (https://www.schrodinger.com/kb/989). I can read the cms and trajectory file in SCHRODINGE GUI. However, when I performed Simulation Interactions Diagram, there came this error:
Traceback (most recent call last):
File "analyze_trajectories.py", line 181, in
run()
File "analyze_trajectories.py", line 175, in run
main(cmsfn, st2fn, outfn, trjfn=options.trj_fn, cfgfn=options.cfg_fn)
File "/.../SCHRODINGER/mmshare-v30010/lib/Linux-x86_64/lib/python2.7/site-packages/schrodinger/trajectory/analyze_trajectories.py", line 1116, in main
if _KeywordProcessor.requires_energy(ark["Keywords"]):
File "/.../SCHRODINGER/mmshare-v30010/lib/Linux-x86_64/lib/python2.7/site-packages/schrodinger/trajectory/analyze_trajectories.py", line 173, in requires_energy
for kw in ark_kws:
TypeError: 'Atom' object is not iterable

Do you have any clues to deal with it? Thank you!

@bio-hpc
Copy link

bio-hpc commented Jan 26, 2022

Ok I figured this out....it needs careful translation of atom types to desmond and vmd

Hi, could you please share the methods for trajectory translation? Thank you very much! My MD simulation was performed by gromacs. I have transfered the .xtc trajectory to desmond trajectory file. Then, we generated the .cms file according to this protocol (https://www.schrodinger.com/kb/989). I can read the cms and trajectory file in SCHRODINGE GUI. However, when I performed Simulation Interactions Diagram, there came this error: Traceback (most recent call last): File "analyze_trajectories.py", line 181, in run() File "analyze_trajectories.py", line 175, in run main(cmsfn, st2fn, outfn, trjfn=options.trj_fn, cfgfn=options.cfg_fn) File "/.../SCHRODINGER/mmshare-v30010/lib/Linux-x86_64/lib/python2.7/site-packages/schrodinger/trajectory/analyze_trajectories.py", line 1116, in main if _KeywordProcessor.requires_energy(ark["Keywords"]): File "/.../SCHRODINGER/mmshare-v30010/lib/Linux-x86_64/lib/python2.7/site-packages/schrodinger/trajectory/analyze_trajectories.py", line 173, in requires_energy for kw in ark_kws: TypeError: 'Atom' object is not iterable

Do you have any clues to deal with it? Thank you!

Our group try to convert Gromacs to Desmond and we need to obtain the cms file. Do you get a solution to do this? Thanks

@NaveenKumar56
Copy link

@yefei111 Hi. I am facing similar problem and only getting cms file and it is not working properly in maestro. I couldn't play trajectory file. I am also not sure that the way I am converting .xtc files into cms file properly. Can you please share how you actually did it.

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

7 participants