Simple Tasks in MiniRosetta, shown with simple code
Let's learn some basic mini code!
-
Read in a PDB file and print it right back out.
readAndWrite.cc
-
Score a PDB file and print it out.
simpleScore.cc
-
Pack a rotamers and print the PDB.
pack.cc
-
Move a chain/ligand and print the results.
deepMove.cc