Question on residue selector: If I have chain A and chain B. Chain A having residue 1-20 and chain B has residues 1-20. If I want to select residue 1-10 from chain A. Does the following script correct? Or I have to name residue in Chain B as 21-40 to distinguish them from residues in chain A
<RESIDUE_SELECTORS>
<Chain name=”chA” chains=”A”/>
<Index name=”res1to10″ resnums=”1-10″/>
</RESIDUE_SELECTORS>