Skip to content

Commit

Permalink
chore: rm enum values for experiment_result.genome_assembly_id
Browse files Browse the repository at this point in the history
In order to support the reference service, this should be free-form (de facto
a 'foreign key' to the reference service.) In the future, this should be validated
on ingestion against the reference service.
  • Loading branch information
davidlougheed committed Dec 8, 2023
1 parent 9fef2c1 commit 3c850d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"genome_assembly_id": {
"type": "string",
"enum": ["GRCh37", "GRCh38", "GRCm38", "GRCm39"]
},
"file_format": {
"type": "string",
Expand Down
1 change: 0 additions & 1 deletion docs/modules/experiments_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ The following **filters** can be applied:
- ``filename`` (single, case-insensitive, partial match): :code:`/api/experimentresults?filename=1001_rnaseq.bw`

- ``genome_assembly_id`` (single, case-insensitive, exact match): :code:`/api/experimentresults?genome_assembly_id=GRCh37`
options: GRCh37, GRCh38, GRCm38, GRCm39

- ``file_format`` (single, case-insensitive, exact match): :code:`/api/experimentresults?file_format=VCF`

Expand Down

0 comments on commit 3c850d0

Please sign in to comment.