-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate the Ability to List Analysis and WF #82
Comments
The query below can be used to fetch a submitted analysis and see if there were any workflows run on it. A code change is needed to add the code filter.
For any analyses 'inputForRuns' will be empty if there are no workflows run on it yet. Otherwise it will have information that looks like this
|
Attaching the PR here song-search#80 |
@lindaxiang @edsu7 to test in QA. |
@Buwujiu @UmmulkiramR test the queries in QA
Question to @UmmulkiramR : why does one analysis return two repositories like following, what's the meaning of
|
Tested by Linda and Edmund, ready for prod deploy. |
Deployed on Prod. |
@lindaxiang @edsu7 Can you give it a test in prod? Thank you! |
Detailed Description
End goal is to have a ui to show submitted analyses(seq exp) and what wf have been done on these analyses if any
question is does our current gateway api let us query these info??
2 things we want the api to do:
if the api doesn't provide, need to implement these queries.
Exit Criteria
The text was updated successfully, but these errors were encountered: