Skip to content

Commit

Permalink
add warning for PDBtools selections
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Oct 25, 2022
1 parent 32fc086 commit f5fb859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ will run PDBTools in background:
```julia
solvent = Selection("sytem.pdb","water",water,natomspermol=3)
```

!!! warning
The selection syntax of `PDBTools` is somewhat limited. Verify if the
selections correspond to the the desired sets of atoms every time.

## Using VMD

[VMD](https://www.ks.uiuc.edu/Research/vmd/) is a very popular and
Expand Down

0 comments on commit f5fb859

Please sign in to comment.