goci
goci copied to clipboard
Allow user to generate configure and apply configure file on the UI side
- [ ] Create a new repository on the github to store UI/webassembly Files
- [ ] Active the button of generating the configure file
- [ ] Active the button of applying the configure file to the input
- [ ] Estimate the time of processing data
Currently, I have a UI interface to allow users to:
- select an input file from the local folder,
- generate configure file (scripts are gwas-sumstat-tool)
- test the configure file on the first 5 rows of the input file
- download the configuration as a json file to a specific local folder
- apply the configure file to the whole input file
- validate the output file
One technique issue: the test button cannot be re-clicked, the reason for it is the pyodide.mountNativeFS(). Waiting for the help online: https://github.com/pyodide/pyodide/discussions/4663
Following: publish as one new repository in the EBISPOT?
Problems solved and ready to collect some suggestions from curators.
UI is available here: https://ebispot.github.io/gwas-sumstat-format-was/ This ticket can be closed and a new ticket on improving UI based on the curators' suggestion has been created