Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to create folder structure locally #82

Open
willu47 opened this issue Oct 19, 2023 · 1 comment
Open

Function to create folder structure locally #82

willu47 opened this issue Oct 19, 2023 · 1 comment

Comments

@willu47
Copy link

willu47 commented Oct 19, 2023

To package the tool so that it can be installed locally, write a function which creates the desired folder structure in a user-defined location. For example, the command:

step create ./my_folder/my_myopic_model

would create the desired folder structure containing data scenarios, model, results and steps. A second command:

step run ./my_folder/my_myopic_model

would then run the workflow on the folder structure.

@HauHe
Copy link
Collaborator

HauHe commented Apr 3, 2024

I'm wondering if we should integrate this as a command or a function that checks if there is a folder structure at the current location, and if not create one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants