Skip to content

Commit

Permalink
feat: write west.cfg file during run_westpa_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed May 22, 2024
1 parent 9caff4f commit 746ff1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions subpex/setup/westpa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ def run_westpa_setup(
write_dir=write_dir,
**path_dirs_westpa, # type: ignore
)

# Write configuration file
westpa_config.to_yaml(os.path.join(write_dir, "west.cfg"))

# Write all bash scripts
write_westpa_bash_scripts(
subpex_config=subpex_config,
westpa_config=westpa_config,
Expand Down

0 comments on commit 746ff1a

Please sign in to comment.