Skip to content

espre05/lims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGHQ LIMS service Build Status Coverage Status

Interface with genologics LIMS.

Install

$ git clone https://github.com/CGHQ/qc
$ cd qc
$ pip install -e .

Docker

To build a Docker image you need to provide a .genologicsrc file in the root of the repository. Since it contains sensitive data it is gitignored by default.

$ docker build -t "cghq:lims" .
$ docker run -it -p 8080:8080 "cghq:lims"

You can specify additional options to gunicorn like the number of processes of the service you want to spin up:

$ docker run -it -p 8080:8080 "cghq:lims" -w 4

About

Microservice to interface with LIMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published