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
Add CLI commands leveraging the SDK WES client (#50) to support for the GA4GH Workflow Execution Service (WES) API, version 1.1.0.
This issue requires addressing the following tasks:
Implement the following commands in ./cli/src/main.rs:
./cli/src/main.rs
ga4gh-cli wes create [workflow-file]
ga4gh-cli wes list
Example output:
WORKFLOW ID NAME STATUS SUBMITTED DURATION OWNER -------------------------------------------------------------------------------------------------------- abc123 RNAseq-pipeline RUNNING 2024-10-31 10:45 UTC 15m user1 def456 Variant-calling COMPLETED 2024-10-31 09:30 UTC 1h 12m user2 ghi789 QC-check FAILED 2024-10-31 08:00 UTC 23m user3 jkl012 Data-preprocessing CANCELED 2024-10-31 07:50 UTC 5m user4 mno345 Assembly QUEUED 2024-10-31 11:00 UTC - user1
ga4gh-cli wes status [workflow-id]
ga4gh-cli wes cancel [workflow-id]:
ga4gh-cli wes metadata [workflow-id]:
ga4gh-cli wes log [workflow-id]
ga4gh-cli wes outputs [workflow-id]
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add CLI commands leveraging the SDK WES client (#50) to support for the GA4GH Workflow Execution Service (WES) API, version 1.1.0.
This issue requires addressing the following tasks:
Implement the following commands in
./cli/src/main.rs
:Example output:
Additional context
The text was updated successfully, but these errors were encountered: