Skip to content
Snippets Groups Projects
Commit ad350f52 authored by carlocamilloni's avatar carlocamilloni
Browse files

tut2: fix

parent e2b7a21f
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,8 @@ This is an example input file to calculate the phi and psi angles on the fly and ...@@ -125,8 +125,8 @@ This is an example input file to calculate the phi and psi angles on the fly and
MOLINFO STRUCTURE=diala.pdb MOLINFO STRUCTURE=diala.pdb
phi: TORSION ATOMS=@phi-2 phi: TORSION ATOMS=@phi-2
psi: TORSION ATOMS=@psi-2 psi: TORSION ATOMS=@psi-2
hhphi: HISTOGRAM ARG=phi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.05 hhphi: HISTOGRAM ARG=phi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.1
hhpsi: HISTOGRAM ARG=psi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.05 hhpsi: HISTOGRAM ARG=psi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.1
ffphi: CONVERT_TO_FES GRID=hhphi ffphi: CONVERT_TO_FES GRID=hhphi
ffpsi: CONVERT_TO_FES GRID=hhpsi ffpsi: CONVERT_TO_FES GRID=hhpsi
DUMPGRID GRID=ffphi FILE=fes_phi STRIDE=100000 DUMPGRID GRID=ffphi FILE=fes_phi STRIDE=100000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment