We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb8d25 commit 17f53bfCopy full SHA for 17f53bf
ensemble_md/cli/run_REXEE.py
@@ -107,6 +107,8 @@ def main():
107
MDP.write(f"{REXEE.working_dir}/sim_{i}/iteration_0/{REXEE.mdp}", skipempty=True)
108
if REXEE.modify_coords == 'default' and (not os.path.exists('residue_connect.csv') or not os.path.exists('residue_swap_map.csv')): # noqa: E501
109
REXEE.process_top()
110
+ elif REXEE.modify_coords == 'number' and not os.path.exists('residue_connect.csv'): # noqa: E501
111
+ REXEE.process_top()
112
113
# 2-2. Run the first set of simulations
114
REXEE.run_REXEE(0)
0 commit comments