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

Loading prmtop file error #43

Open
tonyyzy opened this issue Aug 1, 2019 · 2 comments
Open

Loading prmtop file error #43

tonyyzy opened this issue Aug 1, 2019 · 2 comments

Comments

@tonyyzy
Copy link

tonyyzy commented Aug 1, 2019

When importing a prmtop file, generated as part of the Amber toolkit, the protein's structure is not loaded and only a single atom is displayed as shown below. It's the same when the trajectory file is imported as well and only the first frame contains this single atom.

image

@j0kaso

@j0kaso
Copy link
Collaborator

j0kaso commented Aug 1, 2019

Yes, this is normal for structure files which do by themself not contain any atom coordinates. If you generate a js/ngl script to load them, you can set the first trame which will be shown to 1.

Please note: frame=0 are the coordinates from the structure file and only from 1 the trajectory coordinates are visualized

@tonyyzy
Copy link
Author

tonyyzy commented Aug 2, 2019

@j0kaso
The problem I'm facing is that even after loading the trajectory file (NetCDF format), still no structure is displayed.

So after loading prmtop with .nc file, the -1 frame shows the single atom, as shown in the previous image and all other frames are empty.

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