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
firstPublishedAt
RDPC is not reporting firstPublishedAt date.
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
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 } } } }
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered:
rosibaj
No branches or pull requests
Describe the bug
RDPC is not reporting
firstPublishedAt
date.Steps To Reproduce
from RDPC API this field is reported as null
![image](https://user-images.githubusercontent.com/15824252/112887312-06041f80-90a1-11eb-9c80-32219366adfa.png)
Expected behaviour
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: