Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

feat: Add WES API endpoint information to agc context describe output#253

Merged
a-li merged 4 commits into
mainfrom
wes-endpoint
Jan 4, 2022
Merged

feat: Add WES API endpoint information to agc context describe output#253
a-li merged 4 commits into
mainfrom
wes-endpoint

Conversation

@a-li
Copy link
Copy Markdown
Collaborator

@a-li a-li commented Jan 4, 2022

Issue #, if available:
fixes #220

Description of Changes
Add the WES API endpoint url for a context as part of the output from agc context describe <context-name>

Before Change:

demo-wdl-project % agc context describe spotCtx          
2022-01-03T22:20:23-08:00 𝒊  Describing context 'spotCtx'
CONTEXT	256	spotCtx	true	STARTED	
OUTPUTLOCATION	s3://agc-586466483460-us-east-2/project/Demo/userid/dzl3501BW/context/spotCtx

After Change:

demo-wdl-project % agc context describe spotCtx        
2022-01-03T22:20:23-08:00 𝒊  Describing context 'spotCtx'
CONTEXT	256	spotCtx	true	STARTED	
OUTPUTLOCATION	s3://agc-586466483460-us-east-2/project/Demo/userid/dzl3501BW/context/spotCtx
WESENDPOINT	https://k5jirhe0rk.execute-api.us-east-2.amazonaws.com/prod/ga4gh/wes/v1

Description of how you validated changes
Activate account, deploy several contexts and ran agc context describe and the WESENDPOINT entry with the correct endpoint is populated.

Checklist

  • If this change would make any existing documentation invalid, I have included those updates within this PR
  • I have added unit tests that prove my fix is effective or that my feature works
  • I have linted my code before raising the PR
  • Title of this Pull Request follows Conventional Commits standard: https://www.conventionalcommits.org/en/v1.0.0/

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@a-li a-li temporarily deployed to slack January 4, 2022 07:24 Inactive
@a-li a-li merged commit 6145db3 into main Jan 4, 2022
@a-li a-li deleted the wes-endpoint branch January 4, 2022 17:41
evanyui pushed a commit to evanyui/amazon-genomics-cli that referenced this pull request Jan 12, 2022
…aws#253)

* feat: Add WES API endpoint information to agc context describe output
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add WES API endpoint information to output from agc context describe

3 participants