Skip to content

Script of Creating New Study Directories #24

Description

@Yunfei-Zhang

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions