Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add cellxgene schema 3.0.0 fields to Standard Categories #412

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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