Skip to content

Commit

Permalink
Merge pull request #308 from bento-platform/patch/add-ga-options-to-s…
Browse files Browse the repository at this point in the history
…chema

Add two extra options for genome assembly to schema
  • Loading branch information
zxenia authored Mar 25, 2022
2 parents 26d016b + abfa57e commit 308381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"genome_assembly_id": {
"type": "string",
"enum": ["GRCh37", "GRCh38"]
"enum": ["GRCh37", "GRCh38", "GRCm38", "GRCm39"]
},
"file_format": {
"type": "string",
Expand Down

0 comments on commit 308381e

Please sign in to comment.