Hi Anonymous, Here is another easy way to run coot. Place a file named 'coot' in /usr/local/bin and put the following lines in it:
#!/bin/sh COOT_MASTER=/opt/xtal/coot-0.6.2426 export PATH=$PATH:${COOT_MASTER}/bin exec ${COOT_MASTER}/bin/coot "$@" Of course, this is only for bash shell, the file needs executable permissions ('chmod +x coot') and you have to define the right location for COOT_MASTER. Cheers, christian SUBSCRIBE CCP4BB Anonymous wrote: > Hi, > > I can run Coot by typing: > > sh /home/me/Documents/ccp4/Coot-0.5.2/bin/coot > > I'd like to be able to just type Coot and have it run. Normally I'd just > add it to bashrc but I don't believe Coot is set up for this - it needs to > be a .sh file for this to work I think. How do I go about adding it to > bashrc? > > Thanks! > -- _______________________________________________________________________ Dr. Christian Biertümpfel Laboratory of Molecular Biology NIDDK/National Institutes of Health phone: +1 301 402 4647 9000 Rockville Pike, Bldg. 5, Rm. B1-03 fax: +1 301 496 0201 Bethesda, MD 20892-0580 USA _______________________________________________________________________