#============================================================* # test simulation of cylinders from domain * # * # allign cylinders with previous one. * #============================================================* # set units #---------- units units scale name = mass uname = reducedMass value = 10000.0 # open pdb file #-------------- database open name = neck_xform format = pdb file = neck_xform.pdb # read molecule #-------------- molecule read database = neck_xform name = m1 model = 1 type = protein # create domains domain create hc = C domain hc backbone color = [ 0.6 0.6 0.6 ] width = 1 show domain create hc1 = C[760-780] domain hc1 backbone color = [ 1 0 0 ] width = 3 show # create cylinder #---------------- solid create name = cyl1 type = cylinder \ radius = 0.22 \ domain = hc \ region = C[762-780] \ atoms = { CA } \ color = [ 1 0 0 ] \ display = line \ show = true