Skip to content

Commit 5439c7a

Browse files
authored
New prefix: NORD (#1375)
Follow-up from monarch-initiative/mondo#8588
1 parent 36cad81 commit 5439c7a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

src/bioregistry/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
EXTRAS = f"%20Community%20Health%20Score&link={CH_BASE}"
156156

157157
# not a perfect email regex, but close enough
158-
EMAIL_RE_STR = r"^(\w|\.|\_|\-)+[@](\w|\_|\-|\.)+[.]\w{2,5}$"
158+
EMAIL_RE_STR = r"^(\w|\.|\_|\-)+[@](\w|\_|\-|\.)+[.]\w{2,7}$"
159159
EMAIL_RE = re.compile(EMAIL_RE_STR)
160160

161161
MaybeCURIE = Union[Tuple[str, str], Tuple[None, None]]

src/bioregistry/data/bioregistry.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79582,6 +79582,32 @@
7958279582
"uri_format": "http://www.bioinfo.org/NONCODEv4/show_rna.php?id=$1"
7958379583
}
7958479584
},
79585+
"nord": {
79586+
"appears_in": [
79587+
"mondo"
79588+
],
79589+
"contact": {
79590+
"email": "[email protected]",
79591+
"github": "skm16",
79592+
"name": "Sean Roberts"
79593+
},
79594+
"contributor": {
79595+
"email": "[email protected]",
79596+
"github": "cthoyt",
79597+
"name": "Charles Tapley Hoyt",
79598+
"orcid": "0000-0003-4423-4370"
79599+
},
79600+
"description": "A website containing information about rare diseases, powered by Wordpress.",
79601+
"example": "1693",
79602+
"github_request_issue": 1375,
79603+
"homepage": "https://rarediseases.org",
79604+
"name": "National Organization for Rare Disorders",
79605+
"pattern": "^\\d+$",
79606+
"references": [
79607+
"https://github.com/monarch-initiative/mondo/issues/8588"
79608+
],
79609+
"uri_format": "https://rarediseases.org/?p=$1"
79610+
},
7958579611
"norine": {
7958679612
"biocontext": {
7958779613
"prefix": "NORINE"

0 commit comments

Comments
 (0)