Skip to content

🐛 Analysis exists in QA song, but not indexed to GraphQL #551

@lindaxiang

Description

@lindaxiang

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.

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
      }
    }
  }
}

Expected behaviour

The above query in QA should return the file's metrics info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions