Skip to content

Commit

Permalink
Reverting code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsibilla committed Dec 18, 2023
1 parent 47c8425 commit 0465edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/codex/deprecated/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fields:
- name: donor_id
description: SenNet ID of the source (whole organism) of the assayed tissue.
constraints:
pattern: '[A-Z]+[0-9]+'
pattern: '[SNT]+\d{3}\.[A-Za-z]{4}\.\d{3}'
required: true
example: SNT123.ABCD.567
custom_constraints:
Expand All @@ -42,7 +42,7 @@ fields:
- name: tissue_id
description: SenNet ID of the assayed tissue.
constraints:
pattern: (([A-Z]+[0-9]+)-[A-Z]{2}\d*(-\d+)+(_\d+)?)(,([A-Z]+[0-9]+)-[A-Z]{2}\d*(-\d+)+(_\d+)?)*
pattern: '[SNT]+\d{3}\.[A-Za-z]{4}\.\d{3}'
required: true
example: SNT890.EFGH.321
custom_constraints:
Expand Down

0 comments on commit 0465edd

Please sign in to comment.