Skip to content

A simple web app for booking mass spec machines

Notifications You must be signed in to change notification settings

MannLabs/MS_Booker

 
 

Repository files navigation

MS_Booker

A simple web app for booking mass spec machines

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

Languages

  • Python 41.5%
  • HTML 34.5%
  • TeX 20.2%
  • CSS 1.9%
  • Dockerfile 1.9%