Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 555 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 555 Bytes

XDC_Server

A Python Flask server that converts Excel files into SBOL and uploads it into SBH and FJ

Installation

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

Usage

In your command line, you can start up the server using the following command

flask --app views.py run