scout icon indicating copy to clipboard operation
scout copied to clipboard

Organize package scripts in submodules

Open aspeake opened this issue 2 years ago • 0 comments

Separate the common user scripts (ecm_prep.py and run.py) and the input generation modules into separate submodules. /supporting_data and constants.py are likely the only shared resources for the two.

We may potentially want to introduce entry point(s) to more easily run the user scripts too. Being able to run, for example, scout run --args or scout ecm_prep --args is easier than traversing several directories.

aspeake avatar Dec 19 '23 23:12 aspeake