Rosetta
|
Directories | |
directory | requirements |
Files | |
file | AddStartnodeFragments.cc [code] |
file | AddStartnodeFragments.fwd.hh [code] |
file | AddStartnodeFragments.hh [code] |
A Mover that uses loophash to find fragments that can bridge a gap with minimal modifications to the original pose. | |
file | AddStartnodeFragmentsCreator.hh [code] |
file | AppendAssemblyMover.cc [code] |
file | AppendAssemblyMover.fwd.hh [code] |
file | AppendAssemblyMover.hh [code] |
A Mover that uses loophash to find fragments that can bridge a gap with minimal modifications to the original pose. | |
file | AppendAssemblyMoverCreator.hh [code] |
file | AssemblyConstraintsMover.cc [code] |
file | AssemblyConstraintsMover.fwd.hh [code] |
file | AssemblyConstraintsMover.hh [code] |
A simple mover that reads a NativeRotamersFile generated by a an AssemblyMover run and generates the necessary ResidueType constraints to add to the pose. | |
file | AssemblyConstraintsMoverCreator.hh [code] |
file | AssemblyMover.cc [code] |
file | AssemblyMover.fwd.hh [code] |
file | AssemblyMover.hh [code] |
file | AssemblyMoverCreator.hh [code] |
file | EnumerateAssemblyMover.cc [code] |
Enumerate every possible assembly exhaustively. | |
file | EnumerateAssemblyMover.fwd.hh [code] |
file | EnumerateAssemblyMover.hh [code] |
file | EnumerateAssemblyMoverCreator.hh [code] |
file | GivenPathAssemblyMover.cc [code] |
file | GivenPathAssemblyMover.fwd.hh [code] |
file | GivenPathAssemblyMover.hh [code] |
This Mover generates assemblies by taking the best edge possible for each addition. This process is repeated cycles times and the best overall Assembly that was found is returned. | |
file | GivenPathAssemblyMoverCreator.hh [code] |
file | GreedyAssemblyMover.cc [code] |
file | GreedyAssemblyMover.fwd.hh [code] |
file | GreedyAssemblyMover.hh [code] |
This Mover generates assemblies by taking the best edge possible for each addition. This process is repeated cycles times and the best overall Assembly that was found is returned. | |
file | GreedyAssemblyMoverCreator.hh [code] |
file | LoophashAssemblyMover.cc [code] |
Derived from AssemblyMover, this mover generates an assembly and then uses Loophash segments to connect any broken segments resulting from the assembly process. | |
file | LoophashAssemblyMover.fwd.hh [code] |
file | LoophashAssemblyMover.hh [code] |
A Mover that uses loophash to find fragments that can bridge a gap with minimal modifications to the original pose. | |
file | LoophashAssemblyMoverCreator.hh [code] |
file | MonteCarloAssemblyMover.cc [code] |
Assembly substructures by MonteCarlo way. | |
file | MonteCarloAssemblyMover.fwd.hh [code] |
file | MonteCarloAssemblyMover.hh [code] |
Assembly substructures by MonteCarlo way. | |
file | MonteCarloAssemblyMoverCreator.hh [code] |
file | NodeConstraintAssemblyMover.cc [code] |
file | NodeConstraintAssemblyMover.fwd.hh [code] |
file | NodeConstraintAssemblyMover.hh [code] |
A Mover that combines Smotif models into a continuous protein design. | |
file | NodeConstraintAssemblyMoverCreator.hh [code] |
file | ReadNativeRotamersFileCreator.hh [code] |
file | ReadRepeatNativeRotamersFileCreator.hh [code] |
file | RehashAssemblyMover.cc [code] |
Derived from AssemblyMover, this mover generates an assembly and then uses Loophash segments to connect any broken segments resulting from the assembly process. | |
file | RehashAssemblyMover.fwd.hh [code] |
file | RehashAssemblyMover.hh [code] |
A Mover that uses more sewing to close gaps from discontinous assemblies. | |
file | RehashAssemblyMoverCreator.hh [code] |
file | RepeatAssemblyMover.cc [code] |
file | RepeatAssemblyMover.fwd.hh [code] |
file | RepeatAssemblyMover.hh [code] |
An AssemblyMover specific for repeating backbones. This Mover is currently pretty hacky and makes assumes that every node is exactly 3 segments long, and that the assembly is a continuous assembly. | |
file | RepeatAssemblyMoverCreator.hh [code] |
file | SewGraph.cc [code] |
file | SewGraph.fwd.hh [code] |
file | SewGraph.hh [code] |
A set of simple container classes used by the SewingProtocol. These classes are used during the Hashing of coordinates, as well as during assembly of low-resolution assemblies. | |