Skip to content

Commit

Permalink
fix(maxquant): use fixed pgfinder wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Aug 4, 2023
1 parent bfd6bbc commit 70af49e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pgfinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const pyio: Pyio = { ...defaultPyio };
pyodide.registerJsModule('pyio', pyio);
await pyodide.loadPackage(['micropip', 'sqlite3']);
const micropip = pyodide.pyimport('micropip');
await micropip.install('/pgfinder-gui/pgfinder-0.0.4.dev52+gaaf2541-py3-none-any.whl');
await micropip.install('/pgfinder-gui/pgfinder-0.0.4.dev73+g472b00b-py3-none-any.whl');
await pyodide.runPythonAsync('from pgfinder.gui.shim import *');

const proxy = await pyodide.runPythonAsync('allowed_modifications()');
Expand Down
Binary file not shown.

0 comments on commit 70af49e

Please sign in to comment.