Based on GOdMD (Sfriso, P, et al Bioinformatics 2013)
Code to find transition paths between two known structures mimicking the effect of mutations.
- gfortran compiler
- Modify the config.mk file. Change the variable
F77variable to point to the gfortran compiler - Run
make cleanin the main directory - Run
makein the main directory
- -i < parameter file >
- -pdbin < initial structure in PDB format >
- -pdbtarg < target structure in PDB format >
- -p1 < alignment file, for initial structure>
- -p2 < alignment file, for target structure>
- -touch < residues to mutate >
- -ener Output, < energy file >
- -trj Output, < trajectory file >
- -o Output, < log file >
The exe godmd file is in the ./exe directory
$ ../exe/godmd -i param.in -pdbin 1ake_A.pdb -pdbtarg 4ake_A.pdb -p1 1ake_A.aln -p2 4ake_A.aln -touch mutations.dat -trj test.trj.crd -ener test.ener.dat -o log_1ake.txt
33 50.
32 50.
34 50.
Should be interpreted as: Resiudes 33, 32, 34 will have they energy interactions 50 times more stable.