Contains all the codes used to perform the necessary simulations for the Master Final Work.
For all codes used in this work, if a protein different than WT and shuffle must be added, this are the steps to follow:
- Open
analyse.pyand add your protein to the proteins DataFrame (if you want to generate new initial configurations for WESTPA, add your protein toanalyse_ini.pytoo). - A new pickle from the new group of proteins will be generated if any of the
analyseprograms are used (or imported). If not, generate the new pickle in order to include the new protein. This can be done in example by running lines 48-51 on theanalyse_ini.pyand executing the cell. - If you want to use different parameters for the residues, add the corresponding
residues.csvto the directory or modify the existing file by adding your data.
/INITIAL_CONFIG: Directory containning all the necessary files to generate the initial configurations of the system to use in the WESTPA enviorement./WESTPA: Directory containning all the necessary files and directories to perform a WESTPA simulation of peptide agregation.