matthiasblum / spino

Spino is a micro-LIMS for sequencing libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spino

A micro sequencing libraries management system.

Running Spino

Spino requires Python2 and the MySQLdb and tornado packages.

The config.py file has to be modified to define the directory of uploaded files (TapeStation reports, etc.).

To start Spino, run the following command:

$ python spino.py --dbhost=HOST --dbname=DATABASE --dbuser=USER --dbpasswd=PASSWORD [--debug] [--port=PORT]

About

Spino is a micro-LIMS for sequencing libraries


Languages

Language:Python 36.7%Language:HTML 33.1%Language:JavaScript 22.2%Language:CSS 8.0%