Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
/ MS_Booker Public archive

A simple web app for booking mass spec machines

Notifications You must be signed in to change notification settings

nickdelgrosso/MS_Booker

Repository files navigation

MS_Booker

A simple web app for booking mass spec machines

Now it has a webpage! Go to https://nickdelgrosso.github.io/MS_Booker/ to see this readme in more detail.

Kanban

Installation

with Docker:

docker-compose build

without Docker, using Conda:

conda create --name msbookedr python=3.6
conda activate msbooker
git clone https://github.com/nickdelgrosso/MS_Booker
cd MS_Booker
python setup.py install

Run

with Docker:

docker-compose up

without Docker:

cd MS_Booker
conda activate msbooker
python run.py

About

A simple web app for booking mass spec machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published