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
While we're at it. If we're using the model of a repo/URL being passed, instead of a local copy of the workflow, we can implement a default config and params file that would be expected in the repository, so that if the user runs
% taco workflow1 <url-to-workflow>
it will automatically use the default config & params file, whereas if the user wants to use a custom config and params they just pass it in:
Use one parameter name and autodetect json vs yaml
(currently, have separate flags for json and yaml)
This will help with the redundancy issue #13
The text was updated successfully, but these errors were encountered: