Skip to content

Commit

Permalink
Updated template validator to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvon committed Dec 4, 2024
1 parent 062c31f commit 804d121
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/static/validator/js/webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function loadPyodideAndPackages() {
const micropip = pyodide.pyimport("micropip");
await micropip.install(['openpyxl','requests','httpx==0.26.0','tenacity','pyliftover',
'xopen==1.8.0','zstandard','tqdm','natsort','pandas','pandas-schema']);
await micropip.install(wheels_base_url+"pgs_template_validator-1.1.2-py3-none-any.whl", keep_going=true);
await micropip.install(wheels_base_url+"pgs_template_validator-1.1.3-py3-none-any.whl", keep_going=true);
await micropip.install(wheels_base_url+"pgscatalog_validate-0.1-py3-none-any.whl", keep_going=true)
await pyodide.FS.createLazyFile('/home/pyodide/', 'TemplateColumns2Models.xlsx',
'/static/validator/template/TemplateColumns2Models.xlsx', true, false);
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 804d121

Please sign in to comment.