Skip to content

Commit 7dc6118

Browse files
authored
📝 Fix has_matched_normal_sample col order in specimens report (#129)
1 parent f0d7bf2 commit 7dc6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reports/biospecimen-data/configKf.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const biospecimens: SheetConfig = {
2828
{ field: 'diagnoses.source_text', header: 'Histological Diagnosis (Source Text)' },
2929
{ field: 'diagnoses.source_text_tumor_location', header: 'Tumor Location (Source Text)' },
3030
{ field: 'diagnoses.source_text_tumor_descriptor', header: 'Tumor Descriptor' },
31-
{ field: 'collection_ncit_anatomy_site', header: 'Anatomical Site (NCIT)' },
3231
{ field: 'has_matched_normal_sample', header: 'Paired Normal Sample' },
32+
{ field: 'collection_ncit_anatomy_site', header: 'Anatomical Site (NCIT)' },
3333
{ field: 'collection_anatomy_site', header: 'Anatomical Site (Source Text)' },
3434
{ field: 'consent_type', header: 'Consent Type' },
3535
{ field: 'dbgap_consent_code', header: 'dbGaP Consent Code' },

0 commit comments

Comments
 (0)