Skip to content

Commit

Permalink
fix: SKFP-913 remove tissue type columns from biospecimen-data report…
Browse files Browse the repository at this point in the history
…s in KF (#116)
  • Loading branch information
aperron-ferlab authored Feb 22, 2024
1 parent fd33782 commit 7c789b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reports/biospecimen-data/configKfNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const biospecimens: SheetConfig = {
//FIXME { field: '', header: 'Tumor Descriptor (Source Text)' },
{ field: 'ncit_anatomy_site_id', header: 'Anatomical Site (NCIT)' },
{ field: 'anatomy_site', header: 'Anatomical Site (Source Text)' },
{ field: 'ncit_id_tissue_type', header: 'Tissue Type (NCIT)' },
{ field: 'tissue_type_source_text', header: 'Tissue Type (Source Text)' },
// TODO: Add this back when it's ready { field: 'ncit_id_tissue_type', header: 'Tissue Type (NCIT)' },
// TODO: Add this back when it's ready { field: 'tissue_type_source_text', header: 'Tissue Type (Source Text)' },
{ field: 'consent_type', header: 'Consent Type' },
{ field: 'dbgap_consent_code', header: 'dbGaP Consent Code' },
{ field: 'files.sequencing_experiment.sequencing_center_id', header: 'Sequencing Center ID' },
Expand Down

0 comments on commit 7c789b7

Please sign in to comment.