A Python Flask server that converts Excel files into SBOL and uploads it into SBH and FJ
This package requires Python 3.9.20 (other version create dependency issues). Use the package manager pip to install excel2sbol, excel2flapjack, flask, and flask-cors.
pip install excel2sbol
pip install excel2flapjack
pip install flask
pip install flask-cors
In your command line, you can start up the server using the following command
flask --app views.py run