Skip to content

Commit

Permalink
fix(export): In export schema, allow cds name with nuc prefix, as l…
Browse files Browse the repository at this point in the history
…ong as not equal to `nuc`

Fixes #1433
  • Loading branch information
corneliusroemer committed Mar 7, 2024
1 parent b0c5010 commit f5b47ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/data/schema-export-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
}
},
"patternProperties": {
"^(?!nuc)[a-zA-Z0-9*_-]+$": {
"^(?!nuc$)[a-zA-Z0-9*_-]+$": {
"description": "Amino acid mutations for this CDS",
"$comment": "properties must exist in the meta.JSON -> annotation object",
"type": "array",
Expand Down

0 comments on commit f5b47ad

Please sign in to comment.