We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create and add a new command line executable for cwl-parsl
Example usage python3 parsl_cwl_tool.py <cwl_file> <yaml_io>
python3 parsl_cwl_tool.py <cwl_file> <yaml_io>
or
python3 parsl_cwl_tool.py <CWL_FILE> --<Input1>=<Value1> --<Input2>=<Value2> ...--stdout=<Value3> ...
The text was updated successfully, but these errors were encountered:
NishchayKarle
When branches are created from issues, their pull requests are automatically linked.
Create and add a new command line executable for cwl-parsl
Example usage
python3 parsl_cwl_tool.py <cwl_file> <yaml_io>
or
python3 parsl_cwl_tool.py <CWL_FILE> --<Input1>=<Value1> --<Input2>=<Value2> ...--stdout=<Value3> ...
The text was updated successfully, but these errors were encountered: