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

add --generate_run_script #164

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

jfennick
Copy link
Contributor

@jfennick jfennick commented Feb 5, 2024

Some users have been getting confused about the difference between WIC and CWL.
In particular, some users have been running
wic --yaml ... --run_local
and erroneously ascribing the stdout (i.e. the error messages) to WIC and claiming there are errors with WIC.

This PR allows users to instead do
wic --yaml ... --generate_run_script
followed by
./run.sh
which should hopefully make the distinction between WIC and the CWL runner(s) more clear.

@jfennick jfennick force-pushed the generate_run_script branch 3 times, most recently from ea17b60 to 2c9f7b1 Compare February 5, 2024 22:44
@jfennick jfennick force-pushed the generate_run_script branch from 2c9f7b1 to a69a3f3 Compare February 6, 2024 02:27
@jfennick jfennick merged commit 63e58da into PolusAI:master Feb 6, 2024
1 check passed
@jfennick jfennick deleted the generate_run_script branch February 10, 2024 00:25
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

Successfully merging this pull request may close these issues.

1 participant