Skip to content

Commit b81db62

Browse files
committed
fixed metadata
1 parent 22f1dae commit b81db62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models/efp_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _schema(pl: int, bl: int, species: str, charset: str = "latin1") -> Database
4343
"columns": [p, s, b],
4444
"index": idx,
4545
"identifier_type": "agi",
46-
"metadata": {"species": species, "sample_regex": r".*"},
46+
"metadata": {"species": species, "sample_regex": r"^[\w.\-]+$"},
4747
}
4848

4949

0 commit comments

Comments
 (0)