Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

MyersResearchGroup/SynBioSuite_Server

Repository files navigation

SBS_Server

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

Current Usage (2/5/25)

WARNING:

May have to edit dockerfile line 2 to clarify the platform on which you are running. (--platform=...)

Currently in a template-based design.

Go to main directory:

cd SynBioSuite_Server

Build the image:

docker build -t sbs_server .

Run the image:

docker run -p 5003:5003 sbs_server

The server will be running on localhost:5003

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors