Skip to content

Commit

Permalink
📝 Fix has_matched_normal_sample col order in specimens report
Browse files Browse the repository at this point in the history
  • Loading branch information
evans-g-crsj committed Oct 9, 2024
1 parent f0d7bf2 commit 3973d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/biospecimen-data/configKf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const biospecimens: SheetConfig = {
{ field: 'diagnoses.source_text', header: 'Histological Diagnosis (Source Text)' },
{ field: 'diagnoses.source_text_tumor_location', header: 'Tumor Location (Source Text)' },
{ field: 'diagnoses.source_text_tumor_descriptor', header: 'Tumor Descriptor' },
{ field: 'collection_ncit_anatomy_site', header: 'Anatomical Site (NCIT)' },
{ field: 'has_matched_normal_sample', header: 'Paired Normal Sample' },
{ field: 'collection_ncit_anatomy_site', header: 'Anatomical Site (NCIT)' },
{ field: 'collection_anatomy_site', header: 'Anatomical Site (Source Text)' },
{ field: 'consent_type', header: 'Consent Type' },
{ field: 'dbgap_consent_code', header: 'dbGaP Consent Code' },
Expand Down

0 comments on commit 3973d3f

Please sign in to comment.