Skip to content

Commit

Permalink
feat: add cellxgene schema 3.0.0 fields to Standard Categories (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria authored Aug 23, 2022
1 parent 90f976e commit b265fcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions client/src/common/types/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ export const STANDARD_CATEGORY_NAMES = [
"disease_ontology_term_id",
"ethnicity",
"ethnicity_ontology_term_id",
"self_reported_ethnicity",
"self_reported_ethnicity_ontology_term_id",
"is_primary_data",
"organism",
"organism_ontology_term_id",
"sex_ontology_term_id",
"sex",
"tissue_ontology_term_id",
"tissue",
"suspension_type",
"donor_id",
];

/**
Expand Down
2 changes: 1 addition & 1 deletion server/tests/fixtures/test_bad_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ obs:
tissue_ontology_term_id: UBERON:12345
assay_ontology_term_id: EFO:12345
disease_ontology_term_id: MONDO:12345
ethnicity_ontology_term_id: MANCESTRO:12345
self_reported_ethnicity_ontology_term_id: MANCESTRO:12345
development_stage_ontology_term_id: HsapDv:12345
sex: other
uns:
Expand Down
2 changes: 1 addition & 1 deletion server/tests/fixtures/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ obs:
tissue_ontology_term_id: UBERON:12345
assay_ontology_term_id: EFO:12345
disease_ontology_term_id: MONDO:12345
ethnicity_ontology_term_id: HANCESTRO:12345
self_reported_ethnicity_ontology_term_id: HANCESTRO:12345
development_stage_ontology_term_id: HsapDv:12345
sex: other
uns:
Expand Down

0 comments on commit b265fcf

Please sign in to comment.