Skip to content

Commit 17f53bf

Browse files
committed
add support for alternate swapping method
1 parent bcb8d25 commit 17f53bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ensemble_md/cli/run_REXEE.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def main():
107107
MDP.write(f"{REXEE.working_dir}/sim_{i}/iteration_0/{REXEE.mdp}", skipempty=True)
108108
if REXEE.modify_coords == 'default' and (not os.path.exists('residue_connect.csv') or not os.path.exists('residue_swap_map.csv')): # noqa: E501
109109
REXEE.process_top()
110+
elif REXEE.modify_coords == 'number' and not os.path.exists('residue_connect.csv'): # noqa: E501
111+
REXEE.process_top()
110112

111113
# 2-2. Run the first set of simulations
112114
REXEE.run_REXEE(0)

0 commit comments

Comments
 (0)