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

db: prettified_cmd should contain the command submitted by the user #62

Open
diegodelemos opened this issue Sep 21, 2018 · 0 comments
Open

Comments

@diegodelemos
Copy link
Member

In #61, since the old way of retrieving the command submitted by the user was breaking some use cases of the cwltest we just used the wrapped_cmd (see here). We should find a new way of retrieving the command so prettified_cmd can be used to be shown to the user in the CLI or the UI.

In kind of pseudocode:

wrapped_cmd = cwl_engine_prefixes + expand_variables(user_provided_cmd) + cwl_engine_postfixes
# whereas
prettified_cmd = expand_variables(user_provided_cmd)
@diegodelemos diegodelemos added this to the v0.4.0 milestone Sep 21, 2018
@diegodelemos diegodelemos modified the milestones: v0.4.0, Someday Oct 19, 2018
@diegodelemos diegodelemos added this to Cluster future in Triage Oct 4, 2019
@diegodelemos diegodelemos removed this from the Someday milestone Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Triage
Cluster future
Development

No branches or pull requests

2 participants