brinkmanlab / IslandCompare

Pipeline for detecting and annotating genomic islands and relationships between the respective genomes
Other
4 stars 2 forks source link

Client side processing #231

Open innovate-invent opened 1 year ago

innovate-invent commented 1 year ago

Ideally, the files should be verified before uploading to provide realtime error reporting.

This can be done by implementing the verification in python, with biopython, and then compiled to WASM to run in the browser:

https://pythondev.readthedocs.io/wasm.html