@@ -8,7 +8,7 @@ const biospecimens: SheetConfig = {
8
8
{ field : 'participant.participant_id' , header : 'Participant ID' } ,
9
9
{ field : 'participant.external_id' , header : 'External Participant ID' } ,
10
10
{ field : 'collection_sample_id' , header : 'Collection ID' } ,
11
- { field : 'external_collection_sample_id ' , header : 'External Collection ID' } ,
11
+ { field : 'sdg_id ' , header : 'External Collection ID' } ,
12
12
{ field : 'collection_sample_type' , header : 'Collection Sample Type' } ,
13
13
{ field : 'sample_id' , header : 'Sample ID' } ,
14
14
{ field : 'external_sample_id' , header : 'External Sample ID' } ,
@@ -20,12 +20,16 @@ const biospecimens: SheetConfig = {
20
20
{ field : 'status' , header : 'Sample Availability' } ,
21
21
{ field : 'volume' , header : 'Volume' } ,
22
22
{ field : 'volume_unit' , header : 'Volume Unit' } ,
23
+ { field : 'preservation_method' , header : 'Preservation Method' } ,
23
24
{ field : 'collection_method_of_sample_procurement' , header : 'Method of Sample Procurement' } ,
25
+ { field : 'tumor_status' , header : 'Tumor Status' } ,
24
26
{ field : 'diagnoses.mondo_display_term' , header : 'Histological Diagnosis (MONDO)' } ,
25
27
{ field : 'diagnoses.ncit_display_term' , header : 'Histological Diagnosis (NCIT)' } ,
26
28
{ field : 'diagnoses.source_text' , header : 'Histological Diagnosis (Source Text)' } ,
27
29
{ field : 'diagnoses.source_text_tumor_location' , header : 'Tumor Location (Source Text)' } ,
30
+ { field : 'diagnoses.source_text_tumor_descriptor' , header : 'Tumor Descriptor' } ,
28
31
{ field : 'collection_ncit_anatomy_site' , header : 'Anatomical Site (NCIT)' } ,
32
+ { field : 'has_matched_normal_sample' , header : 'Paired Normal Sample' } ,
29
33
{ field : 'collection_anatomy_site' , header : 'Anatomical Site (Source Text)' } ,
30
34
{ field : 'consent_type' , header : 'Consent Type' } ,
31
35
{ field : 'dbgap_consent_code' , header : 'dbGaP Consent Code' } ,
0 commit comments