You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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:
would create the desired folder structure containing data scenarios, model, results and steps. A second command:
would then run the workflow on the folder structure.
The text was updated successfully, but these errors were encountered: