[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ccp4bb]: Ligand B factor restraints in refmac



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***

>From the 1st March, Astex's new address will be: 436, Cambridge Science Park, Milton Road, Cambridge, CB4 0QA, UK.  Our telephone numbers, fax numbers and e-mail addresses will not change.
****************************************************************************


Hi a quick look at the code reveals the following:

      SUBROUTINE CHECK_SIDE_OR_MAIN(ATOM_NAME,SIDE_OR_MAIN)
C
C---Checks if atom is side or main chain atom
      IMPLICIT NONE
      CHARACTER ATOM_NAME*(*),SIDE_OR_MAIN*(*)
C
      SIDE_OR_MAIN = 'S'
      IF(ATOM_NAME(1:4).EQ.'CA  '.OR.ATOM_NAME(1:4).EQ.'N   '.OR.
     &   ATOM_NAME(1:4).EQ.'C   '.OR.ATOM_NAME(1:4).EQ.'O   '.OR.
     &   ATOM_NAME(1:4).EQ.'H   '.OR.ATOM_NAME(1:4).EQ.'HA  ')
     &             SIDE_OR_MAIN='M'
      RETURN
      END

i.e. if the atom name is 'CA', 'N', 'C', 'O', 'H' or 'HA' then it uses the
main-chain restraints, all others are classed as side-chain atoms.  So if
you choose to call an atom in your ligand 'CA' (unwise I would suggest!),
then it will get the main-chain restraint.

-- Ian

-----Original Message-----
From: WeiruWang@lbl.gov [mailto:WeiruWang@lbl.gov]
Sent: 21 February 2003 23:45
To: ccp4bb@dl.ac.uk
Subject: [ccp4bb]: Ligand B factor restraints in refmac


***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***

Hi everybody,
I'm refining whit refmac and trying to set restraints to the B factors
of my ligand molecule. According to the manual, "BFAC" keyword affects
the temperature factor restraints on amino acid (mainchain and
sidechain).  I wonder how the non-aa's are treated. Are they treated as
sidechain? mainchain? or to be set separately?

Thanks,

Weiru


CONFIDENTIALITY NOTICE 
This email contains confidential information and may be otherwise protected by law. Its content should not be disclosed and it should not be given or copied to anyone other than the person(s) named or referenced above.  If you have received this email in error, please contact I.Tickle@astex-technology.com.