Skip to content
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

🐛 RDPC is not reporting firstPublishedAt date. #66

Open
rosibaj opened this issue Mar 29, 2021 · 0 comments
Open

🐛 RDPC is not reporting firstPublishedAt date. #66

rosibaj opened this issue Mar 29, 2021 · 0 comments
Assignees
Labels
bug Something isn't working critical This MUST be completed for release production

Comments

@rosibaj
Copy link

rosibaj commented Mar 29, 2021

Describe the bug

RDPC is not reporting firstPublishedAt date.

Steps To Reproduce

  • here is an analysis from song; i see the firstPublishedDate
    image
  • request:
curl --location --request GET 'https://song.rdpc.cancercollaboratory.org/studies/OCCAMS-GB/analysis/c754a665-238b-47f0-94a6-65238b07f084' \

from RDPC API this field is reported as null
image

  • request:
query test_num_in_dash {
  analyses(
    filter: {
      donorId: "DO234422"
      analysisState: PUBLISHED
      analysisType: "variant_calling"
      #analysisId: "8ebe3a61-e06c-4616-be3a-61e06ca616ce"
    }
  ) {
    info{
      totalHits
    }
    content {
      analysisId
      analysisState
      analysisType
      #analysisVersion
      updatedAt
      firstPublishedAt
      studyId
      experiment
      donors {
        # donorId
        # submitterDonorId
        specimens {
          # specimenId
          # submitterSpecimenId
          tumourNormalDesignation
      #     samples {
      #       sampleId
      #       submitterSampleId
      #       matchedNormalSubmitterSampleId
      #     }
         }
       }
      repositories{
        code
      }
      files {
        dataType
      }
      inputForRuns {
        runId
        state
      }
    }
  }
}


Expected behaviour

A clear and concise description of what you expected to happen.

@rosibaj rosibaj added bug Something isn't working critical This MUST be completed for release production labels Mar 29, 2021
@rosibaj rosibaj self-assigned this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical This MUST be completed for release production
Projects
None yet
Development

No branches or pull requests

1 participant