SetSeed // Note: the training atoms are needed for patching up chain breaks // when reading in conformations. InFilePrefix /projects/compbio/experiments/undertaker/atoms-inputs/ ReadTrainingAtoms monomeric-50pc.atoms ReadRotamerLibrary dunbrack-1332.rot InFilePrefix /projects/compbio/experiments/undertaker/spots/ # ReadAtomType pdb-name.types # ReadClashTable pdb-1332-2symm.clash # SetClashDefinition pdb-2symm ReadAtomType exp-pdb.types ReadClashTable exp-pdb-1332-2symm.clash SetClashDefinition exp-pdb-2symm Time //Need to read in target before specific fragments or alignments can // be read, also before constraints can be defined. InFilePrefix ReadTargetPDB T0246.blank.pdb ## ReadTargetSeq T0246.a2m NameTarget T0246 PopConform # Read real conformation clearIDs AddID 1vlcA ReadConformPDBids SaveConformAsReal PrintConformAtoms 1vlcA.atoms OutFilePrefix decoys/ # PrintConformGDT real-vs-real.gdt # quit ## SetRealCost rmsd 0.0 rmsd_ca 0.0 missing_atoms 0.0 GDT 0.0 smooth_GDT 1.0 ## CreateBurialCost dry5 monomeric-50pc-dry-5.spot smoothed-monomeric-50pc-dry-5.hist ## CreateBurialCost wet6.5 monomeric-50pc-wet-6.5.spot smoothed-monomeric-50pc-wet-6.5.hist log ## CreateBurialCost dry6.5 monomeric-50pc-dry-6.5.spot smoothed-monomeric-50pc-dry-6.5.hist ## CreateBurialCost gen6.5 monomeric-50pc-generic-6.5.spot smoothed-monomeric-50pc-generic-6.5.hist ## CreateBurialCost near_backbone near-backbone-center.spot smoothed-near-backbone-2spot.hist near-backbone-count.spot ## CreateBurialCost way_back way-back-center.spot smoothed-way-back-2spot.hist way-back-count.spot ## CreateBurialCost dry8 monomeric-50pc-dry-8.spot smoothed-monomeric-50pc-dry-8.hist ## CreateBurialCost dry10 monomeric-50pc-dry-10.spot smoothed-monomeric-50pc-dry-10.hist ## CreateBurialCost dry12 monomeric-50pc-dry-12.spot smoothed-monomeric-50pc-dry-12.hist ## CreateAlphaCost alpha dunbrack-1332-alpha.hist ## CreateAlphaCost alpha_prev dunbrack-1332-alpha-1.hist -1 ## ## InFilePrefix /projects/compbio/lib/alphabet/ ## ReadAlphabet alpha.alphabet ## Time ## ## InFilePrefix ## include try1.costfcn SetRealCost rmsd 0.0 rmsd_ca 0.0 GDT 0.0 smooth_GDT 1.0 SetCost missing_atoms 0 Time // read submitted models InfilePrefix ReadConformPDB model1.ts-submitted PrintConformGDT model1.gdt ReadConformPDB model2.ts-submitted PrintConformGDT model2.gdt ReadConformPDB model3.ts-submitted PrintConformGDT model3.gdt ReadConformPDB model4.ts-submitted PrintConformGDT model4.gdt ReadConformPDB model5.ts-submitted PrintConformGDT model5.gdt // include all previously found decoys! InFilePrefix decoys/ ReadConformPDB robetta-model1.pdb PrintConformGDT robetta1.gdt Popconform ReadConformPDB robetta-model2.pdb PrintConformGDT robetta2.gdt Popconform ReadConformPDB robetta-model3.pdb PrintConformGDT robetta3.gdt Popconform ReadConformPDB robetta-model4.pdb PrintConformGDT robetta4.gdt Popconform ReadConformPDB robetta-model5.pdb PrintConformGDT robetta5.gdt Popconform include read-pdb.under Time OutFilePrefix decoys/ # ReportCost evaluate.try1.rdb ReportCost evaluate.rdb CostConform Time quit