Re: [ccp4bb] Script problem

2011-12-02 Thread Paul Emsley
On 02/12/11 14:45, Simon Kolstoe wrote: I've got a text file with multiple conformations of a ligand that has been docked to a protein using autodock, which I am trying to split into separate pdb files in order to visualise in pymol/coot etc. Previously I've used the script pasted below, but i

Re: [ccp4bb] Script problem

2011-12-02 Thread Ian Tickle
Simon This appears to be a csh or tcsh script: if so the first line must be "#!/bin/csh" or "#!/bin/tcsh", otherwise it takes it to be a sh script. Cheers -- Ian On 2 December 2011 14:45, Simon Kolstoe wrote: > Hi there, > > I've got a text file with multiple conformations of a ligand that has

[ccp4bb] Script problem

2011-12-02 Thread Simon Kolstoe
Hi there, I've got a text file with multiple conformations of a ligand that has been docked to a protein using autodock, which I am trying to split into separate pdb files in order to visualise in pymol/coot etc. Previously I've used the script pasted below, but it is now falling over just aft