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
s4n execute
Split up card to subtasks if needed!
For this implementation, think of a clever way how to interact with those other tools/environments...
Description of possible implementation:
Facilitates the execution of workflows, either locally or remotely.
s4n execute local
s4n execute local --workflow myWorkflow.cwl
s4n execute remote
s4n execute remote --workflow myWorkflow.cwl --server myserver
The text was updated successfully, but these errors were encountered:
JensKrumsieck
No branches or pull requests
Split up card to subtasks if needed!
For this implementation, think of a clever way how to interact with those other tools/environments...
Description of possible implementation:
4. Execution (
s4n execute
)Facilitates the execution of workflows, either locally or remotely.
s4n execute local
: Execute a workflow locally.s4n execute local --workflow myWorkflow.cwl
s4n execute remote
: Execute a workflow remotely on a specified server.The text was updated successfully, but these errors were encountered: