0 Comments
If Gromacs or NAMD does not recognize some atom names in your pdb files do the following:
Open the pdb file in Pymol and Save it as pdb from within Pymol Most probably your name entries will be now fixed and Gromacs will recognize them. Evi To run the Schrodinger Suite on the cluster as well as many other programs, you require passwordless ssh.
To use passwordless ssh, the hosts to which you want to connect must be configured to satisfy the following requirements: • Ansshd server must be running. • RSA public key authentication must be enabled and empty passphrases must be allowed in the sshd configuration. Note: Public key authentication is enabled in OpenSSH by default. The following steps allow you to use ssh between computers that share your login directory without specifying a password. 1. Generate a public/private RSA key pair on a host of your choice, whose home directory is shared with the remote hosts that you want to run jobs on: cd ~/.ssh ssh-keygen -t rsa Note: When asked for a passphrase do not enter one; just press ENTER. If you specify a passphrase it defeats the purpose of configuring passwordless ssh. 2. Add your public key to the list of keys allowed to log in to your account: cat id_rsa.pub >> authorized_keys cat id_rsa.pub >> authorized_keys2 The two separate files are necessary to support both OpenSSH 1.5 and OpenSSH 2.0 protocols. Some versions use just one or the other of these files. 3. Suppress the confirmation dialog you ordinarily get when you connect to a machine for the first time: echo "StrictHostKeyChecking no" >> config This is necessary if you want to use ssh non-interactively and you cannot get RSA signatures for every host to which you want to allow connections in your known_hosts file ahead of time. 4. Remove your known_hosts file: rm known_hosts* This is necessary so that the new RSA key-pair mechanism is used for every host. Otherwise, hosts to which you previously connected using passwords might not use the new system automatically. 5. Make sure your home directory cannot be written by anyone but you: chmod go-w ~ This is required before ssh will allow passwordless access to your account. For each home directory that is not shared with that of the chosen host: 1. Copy the public and private keys to that home directory: scp ~/.ssh/id_rsa* other-host/~/.ssh/ 2. Connect to the host on which that home directory is mounted and change to the .ssh directory: cd ~/.ssh 3. Repeat Step 2 through Step 5 above. 4. Ensure that id_rsa (the private key) is readable and writeable only by the user: chmod go-rwx ~/.ssh/id_rsa Taken from the Job Control Guide of the Schrodinger Suite Zoe If you see the following error from the Schrodinger Suite:
root@hauptman:~# $SCHRODINGER/licadmin SERVERUP -c $SCHRODINGER/license -l lmgrd.`hostname`.log License file: /home/minghan/schrodinger2012//license (commandline) Log file: lmgrd.hauptman.log /home/minghan/schrodinger2012//licadmin: 1: eval: /home/minghan/schrodinger2012/mmshare-v21025/bin/Linux-x86_64/lmgrd: not found it usually means that the lsb libraries are not installed on the machine. Please see the following Knowledge Base article: http://www.schrodinger.com/kb/1437 for instructions for installing these libraries. The lsb libraries are required for running the lmgrd and SCHROD processes so may not be necessary for the node-locked license. However, if you cannot run Maestro, installing the lsb libraries may be a good start. Zoe In order to display "New Cartoon" in the graphical representations tab of VMD you need to install "Stride": http://webclu.bio.wzw.tum.de/stride/
Then place the binary "stride" into /usr/local/bin Now open vmd as: sudo vmd Choose "New Cartoon" ... done! George |
Alexis, Maria, Dimitra, Ioannis, Michalis, Danai, Panos, George, Aspa, Zoelab group members! Click to set custom HTML
Archives
April 2024
Categories
All
|