Skip to content

Commit 7c789b7

Browse files
fix: SKFP-913 remove tissue type columns from biospecimen-data reports in KF (#116)
1 parent fd33782 commit 7c789b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reports/biospecimen-data/configKfNext.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const biospecimens: SheetConfig = {
2727
//FIXME { field: '', header: 'Tumor Descriptor (Source Text)' },
2828
{ field: 'ncit_anatomy_site_id', header: 'Anatomical Site (NCIT)' },
2929
{ field: 'anatomy_site', header: 'Anatomical Site (Source Text)' },
30-
{ field: 'ncit_id_tissue_type', header: 'Tissue Type (NCIT)' },
31-
{ field: 'tissue_type_source_text', header: 'Tissue Type (Source Text)' },
30+
// TODO: Add this back when it's ready { field: 'ncit_id_tissue_type', header: 'Tissue Type (NCIT)' },
31+
// TODO: Add this back when it's ready { field: 'tissue_type_source_text', header: 'Tissue Type (Source Text)' },
3232
{ field: 'consent_type', header: 'Consent Type' },
3333
{ field: 'dbgap_consent_code', header: 'dbGaP Consent Code' },
3434
{ field: 'files.sequencing_experiment.sequencing_center_id', header: 'Sequencing Center ID' },

0 commit comments

Comments
 (0)