We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f1dae commit b81db62Copy full SHA for b81db62
1 file changed
api/models/efp_schemas.py
@@ -43,7 +43,7 @@ def _schema(pl: int, bl: int, species: str, charset: str = "latin1") -> Database
43
"columns": [p, s, b],
44
"index": idx,
45
"identifier_type": "agi",
46
- "metadata": {"species": species, "sample_regex": r".*"},
+ "metadata": {"species": species, "sample_regex": r"^[\w.\-]+$"},
47
}
48
49
0 commit comments