-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can function m_sel()
select by eleno please?
#56
Comments
Hi, I can't install r3dmol in my current working computer, but you can try the following code: model |> m_set_style(
sel = m_sel(index = 2:6 ),
style = m_style_sphere() ) Ref: https://3dmol.csb.pitt.edu/doc/AtomSelectionSpec.html#index |
Thank you, I get:
I am using r3dmol_0.1.2 |
Thank you, what is update plan/timeline? Just wondering if I should code around this limitation or sit tight and wait for v2 in r3dmol. Thanks again! |
Since the structure has changed significantly starting from v2.0.0, there are currently no plans to upgrade. Apologize for the inconvenience, but if possible, please consider alternative solutions to achieve your goals. |
I would like to select atoms based on element number (first number of ATOM records). This would be similar to resi currently.
Something like:
Thank you!
The text was updated successfully, but these errors were encountered: