Description
Adding a script that automatically creates study directories and appropriately places the run.py script within them. This will standardize the directory structure and reduce manual setup errors.
Problem
Currently, setting up a new study directory involves manual steps and is very confusing
Proposed Solution
Introduce a script named create_study_directory.py that:
- Asks the user for the necessary parameters (e.g., study name, directory path).
- Automatically creates a new directory structure.
- Places a template or an instance of
run_XYZ.py in the newly created study directory.
Additional Considerations
- Should the script support different operating systems?
- Localization and customization options for directory structure.
Description
Adding a script that automatically creates study directories and appropriately places the
run.pyscript within them. This will standardize the directory structure and reduce manual setup errors.Problem
Currently, setting up a new study directory involves manual steps and is very confusing
Proposed Solution
Introduce a script named
create_study_directory.pythat:run_XYZ.pyin the newly created study directory.Additional Considerations