Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ By default the output log file is written in the current working folder. Example | -lsrat | Local-search rate | 6 (%) | | -trat | Tournament rate | 60 (%) | | -resnam | Name for docking output log | _"docking"_ | | -hsym | Handle symmetry in RMSD calc. | 1 | For a complete list of available arguments and their default values, check: [getparameters.cpp](host/src/getparameters.cpp). Loading doc/readme/readme_users.md +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ By default the output log file is written in the current working folder. Example | -lsrat | Local-search rate | 6 (%) | | -trat | Tournament rate | 60 (%) | | -resnam | Name for docking output log | "docking" | | -hsym | Handle symmetry in RMSD calc.| 1 | For a complete list of available arguments and their default values, check: [getparameters.cpp](host/src/getparameters.cpp). Loading host/src/getparameters.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ void get_commandpars(const int* argc, mypars->reflig_en_reqired = 0; // char unbound_model // AD4_free_energy_coeffs coeffs mypars->handle_symmetry = 0; mypars->handle_symmetry = 1; mypars->gen_finalpop = 0; mypars->gen_best = 0; strcpy(mypars->resname, "docking"); Loading Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ By default the output log file is written in the current working folder. Example | -lsrat | Local-search rate | 6 (%) | | -trat | Tournament rate | 60 (%) | | -resnam | Name for docking output log | _"docking"_ | | -hsym | Handle symmetry in RMSD calc. | 1 | For a complete list of available arguments and their default values, check: [getparameters.cpp](host/src/getparameters.cpp). Loading
doc/readme/readme_users.md +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ By default the output log file is written in the current working folder. Example | -lsrat | Local-search rate | 6 (%) | | -trat | Tournament rate | 60 (%) | | -resnam | Name for docking output log | "docking" | | -hsym | Handle symmetry in RMSD calc.| 1 | For a complete list of available arguments and their default values, check: [getparameters.cpp](host/src/getparameters.cpp). Loading
host/src/getparameters.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ void get_commandpars(const int* argc, mypars->reflig_en_reqired = 0; // char unbound_model // AD4_free_energy_coeffs coeffs mypars->handle_symmetry = 0; mypars->handle_symmetry = 1; mypars->gen_finalpop = 0; mypars->gen_best = 0; strcpy(mypars->resname, "docking"); Loading