scholl-lab/sm-alignment

Feature request: Make Log Folder Configurable

Opened this issue · 0 comments

Feature request: Make Log Folder Configurable

Description:
The log folder is currently hardcoded in some scripts. Modify these scripts to set the log folder through configuration or input parameters.

Acceptance Criteria:

  • Modify scripts to accept log folder location from the configuration file or input parameters.
  • Ensure consistency across all scripts in setting the log folder.
  • Update the documentation to reflect the changes.

Implementation Steps:

  1. Identify all scripts with hardcoded log folder paths.
  2. Modify the scripts to accept log folder location from the configuration file or input parameters.
  3. Ensure all scripts use the same method for setting the log folder.
  4. Test the updated scripts to ensure they work with the configurable log folder.
  5. Update the documentation with instructions for setting the log folder location.