-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Nothing to compile, it's all written in Tcl.
Untar the archive in any directory. Set the PEPTIDEB_DIR environment variable
to your shell, setting it to its installation path. For example, under bash,
extracting the archive in the HOME directory, one should add to ~/.bashrc:
export PEPTIDEB_DIR=~/peptideB
where the executable peptidebuilder.tcl is located inside $PEPTIDEB_DIR.
Don't forget to add this folder to your $PATH as well, and source your bash.
-
In order for peptideB to be used whithin ESPResSo: Open your espresso configuration file
~/.espressorc(create a new one if necessary) and add the following two lines:lappend auto_path "$env(PEPTIDEB_DIR)/src/" source $env(ESPRESSO_SCRIPTS)/parallel_tempering.tclAlso, for the force field to work properly, you should copy the
myconfig.hfile included in the home directory of peptideB to the home directory of ESPResSo. This will activate all (or almost all!) the necessary features of ESPResSo to run the simulations properly. -
In order to use the 'loadseries' command in VMD, you must source a file to your ~/.vmdrc. To do so, copy the file
vmd_plg.tcllocated in thevmd_plugin/directory wherever you want. Then append (or create) the init file ~/.vmdrc by usingsource [VMD_PLUGIN_DIRECTORY]/vmd_plg.tclwhere you should replace [...] by the directory you chose for the
vmd_plg.tclfile. -
In order to use secondary structure assignment, you need to compile
STRIDE. It is located inpeptideb/packages/stride. A simplemakein that directory should be enough. Don't forget to addSTRIDEto yourPATHenvironment variable. Please see stride/doc/stride/doc for more details.