atom.select() limitations

Issue #7 resolved
Barry Grant created an issue

Currently, atom.select() can't take both a "string=" and a "resno=" etc. intersection. This is confusing as there is no warning issued and the results could be misleading.

Comments (1)

  1. Xinqiu Yao

    Additionally, a new function, combine.sel is included, which take the AND, OR, or NOT operation between two atom selections

  2. Log in to comment