diff --git a/NAMD/Tutorial-1.html b/NAMD/Tutorial-1.html index 84d8319..8ccf78e 100644 --- a/NAMD/Tutorial-1.html +++ b/NAMD/Tutorial-1.html @@ -244,7 +244,7 @@
vmd -dispdev text –e restraints.tcl
+vmd -dispdev text -e restraints.tcl
@@ -257,7 +257,7 @@ 1.5.1 NAMD2
Copy the input files to the folder:
-cp sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
+cp ../sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
The folder sirah.amber/tutorial/NAMD/1/NAMD2
contains typical input files for energy minimization (em1.conf
and em2.conf
), heating (heat.conf
), equilibration (eq1.conf
and eq2.conf
) and production (md.conf
) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
@@ -319,12 +319,16 @@ 1.5.1 NAMD2
1.5.2 NAMD3
+
+Warning
+Point release 3.0.1 fixes potentially impactful bugs in 3.0. All users are strongly encouraged to upgrade to this version.
+
Make a new folder for the run:
mkdir -p run; cd run
Copy the input files to the folder:
-cp sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
+cp ../sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
The folder sirah.amber/tutorial/NAMD/1/NAMD3
contains typical input files for energy minimization (em1.conf
and em2.conf
), heating (heat.conf
), equilibration (eq1.conf
and eq2.conf
) and production (md.conf
) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
@@ -532,7 +536,7 @@ 1.7.4 Equilibration# Constraints of protein
if {1} { ;# If 1 read the block
constraints on ;# Turns on constraints
-consref your_restraints.pdb ;# Reference PDB file for constraint positions
+consref your_restraints.coor ;# Reference PDB file for the last position (last_step.coor)
conskfile your_restraints.pdb ;# File containing constraint force constants
constraintScaling 1 ;# Scaling factor for constraint forces
consexp 2 ;# Exponent for constraint potential
@@ -547,7 +551,7 @@ 1.7.4 Equilibration# Constraints of protein
if {1} { ;# If 1 read the block
constraints on ;# Turns on constraints
-consref your_restraints.pdb ;# Reference PDB file for constraint positions
+consref your_restraints.coor ;# Reference PDB file for the last position (last_step.coor)
conskfile your_restraints.pdb ;# File containing constraint force constants
constraintScaling 0.1 ;# Scaling factor for constraint forces
consexp 2 ;# Exponent for constraint potential
diff --git a/Tutorials namd.html b/Tutorials namd.html
index 40eef4e..9ac8a33 100644
--- a/Tutorials namd.html
+++ b/Tutorials namd.html
@@ -359,7 +359,7 @@ 1.4. Create Backbone and Protein restraints
Copy the input files to the folder:
-cp sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
+cp ../sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
The folder sirah.amber/tutorial/NAMD/1/NAMD2
contains typical input files for energy minimization (em1.conf
and em2.conf
), heating (heat.conf
), equilibration (eq1.conf
and eq2.conf
) and production (md.conf
) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
@@ -434,12 +434,16 @@ 1.5.1 NAMD2
1.5.2 NAMD3
+
+Warning
+Point release 3.0.1 fixes potentially impactful bugs in 3.0. All users are strongly encouraged to upgrade to this version.
+
Make a new folder for the run:
mkdir -p run; cd run
Copy the input files to the folder:
-cp sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
+cp ../sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
The folder sirah.amber/tutorial/NAMD/1/NAMD3
contains typical input files for energy minimization (em1.conf
and em2.conf
), heating (heat.conf
), equilibration (eq1.conf
and eq2.conf
) and production (md.conf
) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
@@ -647,7 +651,7 @@ 1.7.4 Equilibration