First, the command to restrict to just chain A would be "restrict *a"; Jmol doesn't know the word "chain".Starapollo1 wrote:I'm having incredible difficulties isolating the two polypeptides we are supposed to model... Upon going to the the prebuild page: [urlhttp://cbm.msoe.edu/includes/jmol/SOJmols/2012PreBuild.html[/url], I tried "restrict chain A" and "restrict chain B" along with multiple variations of the command... and I can't seem to get it to work... the answer is probably really simple but I just can't seem to figure it out.
Second, "restrict" gets rid of everything that isn't included in your argument: if you restrict to chain A and then restrict to chain B, there won't be anything left – you got rid of everything that wasn't chain A, then everything that wasn't chain B, so you'll end up with just an empty screen. If you want chain A and chain B onscreen at the same time, you'll need "restrict *a or *b".