Skip to content

Commit

Permalink
Updated location of simulations directory
Browse files Browse the repository at this point in the history
  • Loading branch information
roncv committed Jun 14, 2024
1 parent 7e43245 commit d42e71a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PyCEC/cec_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d42e71a

Please sign in to comment.