picsaver / bein

Miniature LIMS and workflow manager for bioinformatics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bein 1.06
Copyright 2011 Frederick Ross <madhadron at gmail dot com>

Bein is a workflow manager and miniature LIMS system built in the
Bionformatics and Biostatistics Core Facility of the EPFL.  It fills
the gap for the working scientist between the classical shell and big
workflow managers like KNIME or Galaxy and major LIMS systems like
OpenBIS.

Bein is released under the GNU General Public License 3.0.  A copy of
this license is in the LICENSE file.

Installation
------------

You will need to have Python >= 2.5 installed on your system.  Some of the functions in bein.utils require numpy, matplotlib, pytables, and pysam, but will simply be unavailable if those libraries are not installed.

To install bein, in the bein directory, run

$ python setup.py build
$ sudo python setup.py install


Known issues
------------

None

Acknowledgements
----------------

The development of bein was supported by The Bioinformatics and
Biostatistics Core Facility of the EPFL (http://bbcf.epfl.ch/) and
SyBit (http://www.systemsx.ch/projects/systemsxch-projects/sybit/).


Features to add someday
-----------------------

* A MiniLIMS based on PostgreSQL for scaling up MiniLIMS repositories.
* A fancier MiniLIMS client.
* Refactor bein.util into submodules based on domain.

About

Miniature LIMS and workflow manager for bioinformatics

License:GNU General Public License v3.0


Languages

Language:Python 100.0%