-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
153 changed files
with
83,906 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
#set -x | ||
#trap read debug | ||
|
||
#export rcran=/home/apps/R | ||
#export PATH=$rcran/bin:$PATH | ||
|
||
module load R/3.5.1-nsc1-gcc-2018a | ||
#module load buildenv-intel/2018b-eb | ||
#module load r/3.4.1 | ||
|
||
echo "The following is the Q heating time in minutes: " | ||
grep "Total time of main loop:" eq*.log | awk '{print $6}' | sed 's/(s)//g' \ | ||
| Rscript -e "A <- read.table(pipe('cat /dev/stdin')); (sum(A)/60)" | ||
|
||
echo "The following is the Q equilibration time in hours: " | ||
grep "Total time of main loop:" dc*.log | awk '{print $6}' | sed 's/(s)//g' \ | ||
| Rscript -e "A <- read.table(pipe('cat /dev/stdin')); (sum(A)/60)/60" | ||
|
||
echo "The following is the Q heat+equilibration time in hours: " | ||
grep "Total time of main loop:" *.log | awk '{print $6}' | sed 's/(s)//g' \ | ||
| Rscript -e "A <- read.table(pipe('cat /dev/stdin')); (sum(A)/60)/60" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[MD] | ||
steps 20000 | ||
stepsize 2.0 | ||
temperature 300.0 | ||
bath_coupling 100 | ||
random_seed 1 | ||
initial_temperature 300.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 200 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart eq5.re | ||
final dc1.re | ||
trajectory dc1.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[MD] | ||
steps 20000 | ||
stepsize 2.0 | ||
temperature 300.0 | ||
bath_coupling 100 | ||
random_seed 1 | ||
initial_temperature 300.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 200 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart dc1.re | ||
final dc2.re | ||
trajectory dc2.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[MD] | ||
steps 20000 | ||
stepsize 2.0 | ||
temperature 300.0 | ||
bath_coupling 100 | ||
random_seed 1 | ||
initial_temperature 300.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 200 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart dc2.re | ||
final dc3.re | ||
trajectory dc3.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[MD] | ||
steps 20000 | ||
stepsize 2.0 | ||
temperature 300.0 | ||
bath_coupling 100 | ||
random_seed 1 | ||
initial_temperature 300.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 200 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart dc3.re | ||
final dc4.re | ||
trajectory dc4.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[MD] | ||
steps 100000 | ||
stepsize 2.0 | ||
temperature 300.0 | ||
bath_coupling 100 | ||
random_seed 1 | ||
initial_temperature 300.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 1000 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart dc4.re | ||
final dc5.re | ||
trajectory dc5.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[MD] | ||
steps 100 | ||
stepsize 0.1 | ||
initial_temperature 0.1 | ||
temperature 0.1 | ||
random_seed 1 | ||
bath_coupling 1 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens off | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 1 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
final eq1.re | ||
trajectory eq1.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[MD] | ||
steps 1000 | ||
stepsize 2.0 | ||
temperature 50.0 | ||
bath_coupling 10 | ||
random_seed 1 | ||
initial_temperature 0.1 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 10 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart eq1.re | ||
final eq2.re | ||
trajectory eq2.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[MD] | ||
steps 1000 | ||
stepsize 2.0 | ||
temperature 150.0 | ||
bath_coupling 10 | ||
random_seed 1 | ||
initial_temperature 50.0 | ||
shake_solvent on | ||
shake_solute off | ||
shake_hydrogens on | ||
lrf on | ||
|
||
[cut_offs] | ||
solute_solute 10 | ||
solute_solvent 10 | ||
solvent_solvent 10 | ||
q_atom 99 | ||
lrf 99 | ||
|
||
[sphere] | ||
shell_radius 16 | ||
shell_force 20 | ||
|
||
[intervals] | ||
non_bond 25 | ||
output 50 | ||
energy 0 | ||
trajectory 10 | ||
|
||
[files] | ||
topology lig_w.top | ||
fep lig_w.fep | ||
restart eq2.re | ||
final eq3.re | ||
trajectory eq3.dcd | ||
|
||
[sequence_restraints] | ||
1 46 0.5 0 1 | ||
|
Oops, something went wrong.