-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashcommands
More file actions
72 lines (48 loc) · 1.69 KB
/
Copy pathbashcommands
File metadata and controls
72 lines (48 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
mkdir EGVVHGsATVsEKT ;
cd EGVVHGsATVsEKT;
mkdir Slin;
cd Slin;
nohup SetupREMD.py --seq EGVVHGsATVsEKT --noREMD --stapled &
mkdir ../Shel;
cd ../Shel ;
nohup SetupREMD.py --seq EGVVHGsATVsEKT --noREMD --stapled --helical&
mkdir ../Ulin;
cd Ulin;
nohup SetupREMD.py --seq EGVVHGsATVsEKT --noREMD &
mkdir ../Uhel;
cd ../Uhel ;
nohup SetupREMD.py --seq EGVVHGsATVsEKT --noREMD --helical&
cd ~/REMD/simulationswithoutREMD
rm -r EGVVHGrATVsEKT ;
mkdir EGVVHGrATVsEKT ;
cd EGVVHGrATVsEKT;
mkdir Slin;
cd Slin;
nohup SetupREMD.py --seq EGVVHGrATVsEKT --noREMD --stapled &
mkdir ../Shel;
cd ../Shel ;
nohup SetupREMD.py --seq EGVVHGrATVsEKT --noREMD --helical --stapled &
mkdir ../Ulin;
cd ../Ulin;
nohup SetupREMD.py --seq EGVVHGrATVsEKT --noREMD &
mkdir ../Uhel;
cd ../Uhel ;
nohup SetupREMD.py --seq EGVVHGrATVsEKT --noREMD --helical &
cd ~/REMD/simulationswithoutREMD
rm -r EGVVHGrATVrEKT
mkdir EGVVHGrATVrEKT ;
cd EGVVHGrATVrEKT;
mkdir Slin;
cd Slin;
nohup SetupREMD.py --seq EGVVHGrATVrEKT --noREMD --stapled &
mkdir ../Shel;
cd ../Shel ;
nohup SetupREMD.py --seq EGVVHGrATVrEKT --noREMD --helical --stapled &
mkdir ../Ulin;
cd ../Ulin;
nohup SetupREMD.py --seq EGVVHGrATVrEKT --noREMD &
mkdir ../Uhel;
cd ../Uhel ;
nohup SetupREMD.py --seq EGVVHGrATVrEKT --noREMD --helical&
cd ~/REMD/simulationswithoutREMD
for file in $( ls -d EGVVHGsATV*EKT/*/ ) ; do echo $file ; cd $file ; mkdir prod ; cd prod ; gmx grompp -quiet -f ~/REMD/simulationswithoutREMD/prodTEMP-peptide.mdp -c ../equilibration2/equilibration2-300/confout.gro -p ../simprep/topol.top -o topol.tpr -maxwarn 5 ; gmx mdrun -gpu_id 0 -nt 2 & cd ~/REMD/simulationswithoutREMD ; done