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

[modeller_usage] Correction- Restraining structure to Alpha



Sorry; the Subroutine I used did not have comment lines for the restraints :-[

SUBROUTINE ROUTINE = 'special_restraints'
#This one is to adjust helices in fxyd proteins
   SET ADD_RESTRAINTS = on
   MAKE_RESTRAINTS RESTRAINT_TYPE = 'alpha', RESIDUE_IDS = '14' '17'
RETURN
END_SUBROUTINE