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
On file page of QA platform: https://platform-ui.qa.argo.cancercollaboratory.org/file/FL17100 The file with objectId: dc248b5e-8dfd-5cec-bfd4-4c190f3966d4 Was generated by runId: wes-798204ab98c54f5789c3a13260a89d42 The file's QC metrics are stored in analysis: https://song.rdpc-qa.cancercollaboratory.org/studies/DASH-CA/analysis/151ca5e7-32c2-402d-9ca5-e732c2102d51
However from GraphQL query, the given runId: wes-798204ab98c54f5789c3a13260a89d42 returns no metrics.
query($runId: String) { analyses( filter: { runId: $runId analysisType: "qc_metrics" analysisState: PUBLISHED } ) { info { totalHits contentCount } content { analysisId analysisState studyId analysisType experiment workflow { workflowName } files { fileType dataType objectId metrics analysisTools } } } }
The above query in QA should return the file's metrics info.
The text was updated successfully, but these errors were encountered:
Further context can be found in thread: #506 (comment)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On file page of QA platform: https://platform-ui.qa.argo.cancercollaboratory.org/file/FL17100
The file with objectId: dc248b5e-8dfd-5cec-bfd4-4c190f3966d4
Was generated by runId: wes-798204ab98c54f5789c3a13260a89d42
The file's QC metrics are stored in analysis: https://song.rdpc-qa.cancercollaboratory.org/studies/DASH-CA/analysis/151ca5e7-32c2-402d-9ca5-e732c2102d51
However from GraphQL query, the given runId: wes-798204ab98c54f5789c3a13260a89d42 returns no metrics.
Expected behaviour
The above query in QA should return the file's metrics info.
The text was updated successfully, but these errors were encountered: