pgs_template_validator:PGS目录管理模板(元数据)的独立Python验证器

时间:2024-05-05 00:48:01
【文件属性】:

文件名称:pgs_template_validator:PGS目录管理模板(元数据)的独立Python验证器

文件大小:38KB

文件格式:ZIP

更新时间:2024-05-05 00:48:01

Python

PGS目录模板验证器 PGS目录管理模板(元数据)的独立Python验证器 有关PGS Catalog提交及其模板的更多信息,请转到以下页面: : 安装 pip install -r requirements.txt 命令示例 作为命令行 python pgs_metadata_validator.py -f .xlsx 作为REST API端点 启动REST API(Flask) python main.py 然后发送请求以验证文件,例如使用curl : curl -X POST -H "Content-Type: application/json" -d "{ \"filename\": \".xlsx\" }" http://127.0.0.1:5000/validate 将其作为REST API服务部署


【文件预览】:
pgs_template_validator-master
----main.py(4KB)
----requirements.txt(84B)
----pgs_metadata_validator.py(3KB)
----validator()
--------sample.py(3KB)
--------main_validator.py(43KB)
--------score.py(527B)
--------metric.py(601B)
--------__init__.py(0B)
--------demographic.py(479B)
--------publication.py(3KB)
--------generic.py(4KB)
--------performance.py(517B)
--------efotrait.py(537B)
--------formula.py(4KB)
----app.yaml_template(485B)
----LICENSE(11KB)
----README.md(1KB)
----templates()
--------TemplateColumns2Models_v5a.xlsx(16KB)
----.gitignore(24B)
----.gcloudignore(607B)

网友评论