Skip to content

Commit

Permalink
Merge pull request #463 from bento-platform/chore/reference-integration
Browse files Browse the repository at this point in the history
chore: rm enum values for experiment_result.genome_assembly_id
  • Loading branch information
davidlougheed committed Dec 8, 2023
2 parents 9fef2c1 + 3c850d0 commit 2e9ef0d
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 2e9ef0d

Please sign in to comment.