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=bac85492f4597e676578b3704d5bd60613f3c9e7;hb=86a7a0fff3fb6d1c18791c4d2723ee3173d2cf65;hp=e17bf3ecdf7229c8ae5535aea2b58c7a00e9d5ee;hpb=018446aca1e32faf80f41e818acbfc61e5d872c9;p=unres.git diff --git a/examples/UNRES-Dock/prepare_all.csh b/examples/UNRES-Dock/prepare_all.csh index e17bf3e..bac8549 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.05 +set nstep = 0.5 # Provide number of clusters set nclust = 10 @@ -16,6 +16,8 @@ set temper = 300 # Provide UNRES instalation pathway set UNRES = /users2/vetinari/unres_hom_m/unres +# Provide PULCGRA pathway +set pulchra = /users2/vetinari/pulchra306 ################################################################################ @@ -25,6 +27,8 @@ 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=PULCHRA=$pulchra=" cluster2allatom_example.csh > cluster2allatom.csh +chmod +x cluster2allatom.csh # Generation of initial orientations echo "Generation of initial orientations"