X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=examples%2FUNRES-Dock%2Fprepare_all.csh;fp=examples%2FUNRES-Dock%2Fprepare_all.csh;h=e17bf3ecdf7229c8ae5535aea2b58c7a00e9d5ee;hb=018446aca1e32faf80f41e818acbfc61e5d872c9;hp=bf4101a46e36f1e2372e984859b90fa201c10fb8;hpb=88d4f45c783f3644ff7ae49572b7b609ef3c9617;p=unres.git diff --git a/examples/UNRES-Dock/prepare_all.csh b/examples/UNRES-Dock/prepare_all.csh index bf4101a..e17bf3e 100755 --- a/examples/UNRES-Dock/prepare_all.csh +++ b/examples/UNRES-Dock/prepare_all.csh @@ -5,7 +5,7 @@ set protein1 = 1UDI_A.pdb set protein2 = 1UDI_B.pdb # Provide number of steps in milions -set nstep = 0.5 +set nstep = 0.05 # Provide number of clusters set nclust = 10 @@ -14,7 +14,7 @@ set nclust = 10 set temper = 300 # Provide UNRES instalation pathway -set UNRES = /users2/vetinari/unres_hom_m/unres/ +set UNRES = /users2/vetinari/unres_hom_m/unres @@ -23,7 +23,7 @@ set UNRES = /users2/vetinari/unres_hom_m/unres/ ################################################################################ sed -e "s=UUU=$UNRES=" start_unres_example.mat > start_unres.mat sed -e "s=UUU=$UNRES=" start_wham_example.mat > start_wham.mat -sed -e "s=UUU#=$UNRES=" start_cluster_example.mat > start_cluster.mat +sed -e "s=UUU=$UNRES=" start_cluster_example.mat > start_cluster.mat # Generation of initial orientations @@ -160,7 +160,7 @@ echo $seqq >> seq rm seq_raw set range1 = `echo $nstep2 / 2500 | bc | awk -F "." '{print $1}'` -set range1 = `echo $range1 \* 24 | bc` +set range1 = `echo $range1 | bc` set div = `echo 12000 \* 10 / 24 | bc | awk -F "." '{print $1}'` set range0 = `echo $range1 - $div | bc | awk -F "." '{print $1}'` if ($range0 < 0 ) then