From d42e71adc8143d2772bd322d87a7b9cffbdc07c5 Mon Sep 17 00:00:00 2001 From: Ronald Cvek <72977876+roncv@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:21:49 +0100 Subject: [PATCH] Updated location of simulations directory --- PyCEC/cec_system.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PyCEC/cec_system.py b/PyCEC/cec_system.py index b39b000..7dc9bbc 100644 --- a/PyCEC/cec_system.py +++ b/PyCEC/cec_system.py @@ -143,7 +143,7 @@ def select_QM_atoms(self): ha_types_sele = ' or '.join([f'name {ha}' for ha in self.heavy_atom_types_t]) ha_sele_str = ( f'({cv_resids_sele}) and ({ha_types_sele}) and protein' - f'and not backbone and not name H*' + f' and not backbone and not name H*' ) # exclude backbone and protons ha_sele = self.universe.select_atoms(ha_sele_str) # ha atomgroup @@ -376,7 +376,8 @@ def get_sele_info(self, verbose=False): frame_test = 91 # Directory and title - dir1 = '/biggin/b222/catz0163/pept/dynamics/pept_holo/pept_AF_H87P_D342P_v2' + #dir1 = '/biggin/b222/catz0163/pept/dynamics/pept_holo/pept_AF_H87P_D342P_v2' + dir1 = './simulations/pept_AF_H87P_D342P' title1 = 'PepT2 with AF H87P D342P' # Load the universe