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
retrieving data for MONSTAR-JP returns truncated primary_diagnosis TSV
MONSTAR-JP
primary_diagnosis
Using endpoints:
post
clinical/program/{programId}/clinical/tsv
get
clinical/program/{programId}/tsv/all
From portal:
primary diagnosis
submitted data
Only bottom row is affected. Record is MS0230002/DO256474/MS0230002-P1
MS0230002
DO256474
MS0230002-P1
{ "completionState": "all", "entityTypes": ["primaryDiagnoses"], "donorIds": [], "submitterDonorIds": [] }
tail primary_diagnosis.tsv
Record to be complete e.g.:
256473 MONSTAR-JP DONOR-ID1 PRIMARY_DIAGNOSIS-ID1 256474 MONSTAR-JP DONOR-ID2 PRIMARY_DIAGNOSIS-ID2
The text was updated successfully, but these errors were encountered:
justincorrigible
lindaxiang
joneubank
edsu7
bhavikbhagat93
No branches or pull requests
Describe the bug
retrieving data for
MONSTAR-JP
returns truncatedprimary_diagnosis
TSVUsing endpoints:
post
clinical/program/{programId}/clinical/tsv
get
clinical/program/{programId}/tsv/all
From portal:
primary diagnosis
data fromsubmitted data
Only bottom row is affected. Record is
MS0230002
/DO256474
/MS0230002-P1
Steps to reproduce the behaviour:
post
clinical/program/{programId}/clinical/tsv
MONSTAR-JP
tail primary_diagnosis.tsv
Expected behaviour
Record to be complete e.g.:
The text was updated successfully, but these errors were encountered: