SetSeed InfilePrefix // Note: the training atoms are needed for patching up chain breaks // when reading in conformations. InFilePrefix /projects/compbio/experiments/undertaker/atoms-inputs/ ReadTrainingAtoms dunbrack-2191.atoms ReadRotamerLibrary dunbrack-2191.rot InFilePrefix /projects/compbio/experiments/undertaker/spots/ ReadAtomType exp-pdb.types ReadClashTable exp-pdb-2191-2symm.clash SetClashDefinition exp-pdb-2191-2symm Time //Need to read in target before specific fragments or alignments can // be read, also before constraints can be defined. InFilePrefix ../decoys/ ReadTargetPDB T0423.try1-opt3.pdb NameTarget T0423 MakeGenericFragmentLibrary Time InFilePrefix ../ Time # If multimer is not already in pdb, but needs crystal symmetries to generate, # then fetch the "biological unit" from pdb and use the following commands: // ReadTemplatePDB 2otm.pdb1 model 1 name 2otmA // ReadTemplatePDB 2otm.pdb1 model 2 name 2otmB // ReadTemplatePDB 2otm.pdb1 model 3 name 2otmC # Or use the PQS mmol file // ReadTemplatePDB 2otm.mmol chain A name 2otmA // ReadTemplatePDB 2otm.mmol chain B name 2otmB // ReadTemplatePDB 2otm.mmol chain C name 2otmC OutFilePrefix decoys/ InFilePrefix ../2otmA/ ReadFragmentAlignment NOFILTER T0423-2otmA.trimer-a2m InFilePrefix PrintMultimerPDB 3 trimer-try1-2otm.pdb Time