-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce project folder argument (#68)
Key Updates Project Folder and Paths Introduced a -p flag for specifying the project folder, and -d for data. Updated templates to use relative paths for outputs and scripts. Refactored path handling using a new ProjectPaths class for better consistency. Template and Workflow Improvements Removed the output folder flag for templates. Improved prior dataset handling, including renaming and pathing fixes. Documentation and Examples Added detailed examples and extra info to the README. Updated examples to reflect the new -p and -d flag and path handling. Workflow Enhancements Added steps to run scitree before and after jobs execution. Fixed issues with running jobs in workflows. General Refactoring Cleaned up file handlers and folder names for clarity. Standardized platform checks and snake_case naming conventions. Miscellaneous Added .venv to .gitignore. Improved code quality with ruff.
- Loading branch information
Showing
13 changed files
with
468 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.