Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online page to run MultiQC in the browser #66

Merged
merged 11 commits into from
Oct 6, 2023
Merged

Online page to run MultiQC in the browser #66

merged 11 commits into from
Oct 6, 2023

Conversation

ewels
Copy link
Member

@ewels ewels commented Oct 5, 2023

Uses WebAssembly, via Pyodide. Try it out at /run/

Current limitations, maybe these can be overcome:

  • Can only mount a single directory, once
  • Can't mount files, only directories
  • File listing in the browser is a bit basic, could do an interactive tree UI etc.

And the big one:

  • Rewrite to use Pyodide web workers running on separate threads, instead of locking up the main browser thread.

Seems to work, though!

@netlify
Copy link

netlify bot commented Oct 5, 2023

Deploy Preview for multiqc ready!

Name Link
🔨 Latest commit bb08f17
🔍 Latest deploy log https://app.netlify.com/sites/multiqc/deploys/651fbe5c7e1a780008072c3b
😎 Deploy Preview https://deploy-preview-66--multiqc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (no change from production)
Accessibility: 97 (no change from production)
Best Practices: 83 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@ewels
Copy link
Member Author

ewels commented Oct 5, 2023

Hmm, not sure why it's not working in the deployment preview, can't select any files 😞

It works fine locally for me with npm run dev...

@ewels
Copy link
Member Author

ewels commented Oct 6, 2023

Merging, will create an issue for future work.

@ewels ewels merged commit ef6d36c into main Oct 6, 2023
4 checks passed
@ewels ewels mentioned this pull request Oct 6, 2023
6 tasks
@ewels ewels deleted the run-wasm branch October 6, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant