You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think for the filesystem we need to ditch the File System Access API completely and go back to something a bit more regular like this to scoop up files from the browser UI. Can hopefully tie those listed files into a pyodide filesystem interface such as MEMFS. Could allow repeated drops to continually add files then and keep updating the list from the Python side.
ewels
changed the title
Improve run page
Run page improvements
Oct 10, 2023
In #66 I added a new page where you can run MultiQC in the browser, using WebAssembly.
It works ok, but there are some improvements that could be made:
showDirectoryPicker
method is experimental and doesn't work in many browsersmultiqc_data
directoryThe text was updated successfully, but these errors were encountered: