Hi, I want to show the residues that are interacting with that ligand. I used the comand


On Oct 20, 2022, at 4:01 PM, Kevin Flandes <kevinfl...@gmail.com> wrote:
Hi, I want to show the residues that are interacting with that ligand. I used the comand
$ u.select_atoms ( 'resid ### ' , ' resid ### ' , 'resname JAR ' )
resid ### are the residues which present more interactions with JAR (ligand)
<Screenshot from 2022-10-20 17-18-40.png>I show you the protein and ligand that conform the universe. Everythings run how it has to.In the first command, it's working; showing those 2 residues and ligand.But in the second command, where I added more residues (including those 2 that I already put in the first command) it only shows the ligand.
<Screenshot from 2022-10-20 17-21-27.png>Help me, please :)