Git Product home page Git Product logo

miso-lims's Introduction

Unit Tests Database Integration Tests Plain Sample UI Tests Bulk Page UI Tests Other UI Tests Pinery-MISO Integration Tests DOI Gitter Documentation Status

MISO: An open source LIMS for small-to-large scale sequencing centres

© 2019. Ontario Institute for Cancer Research, Toronto, Canada, Earlham Institute, Norwich, UK.

MISO project contacts: Morgan Taschuk, Robert Davey

MISO is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MISO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MISO. If not, see http://www.gnu.org/licenses/.

Trying MISO

Docker

The simplest way to get MISO up and running quickly is to use Docker compose. Images of the most recent MISO releases are available on Docker Hub in the misolims organisation.

Prerequisites

Install required dependencies:

  1. Install Docker 18.06.0+
  2. If necessary, install Docker Compose

Download and extract the .docker directory from Github into miso-lims-compose.

wget https://github.com/miso-lims/miso-lims/archive/master.zip
unzip master.zip 'miso-lims-master/.docker/*'
mv miso-lims-master/.docker miso-lims-compose
rm -r master.zip miso-lims-master/

You are now ready to run MISO.

Quick Start

To bring up a demo environment, install the pre-requisites above and run the following commands.

Plain sample mode has a straightforward Sample -> Library -> Library Aliquot -> Pool workflow and is sufficient for basic laboratory tracking for sequencing.

Launch the plain sample demo with docker-compose:

cd miso-lims-compose
export MISO_DB_USER=tgaclims && export MISO_DB=lims && export MISO_DB_PASSWORD_FILE=./.miso_db_password && export MISO_TAG=latest
echo "changeme" > ./.miso_db_password
docker-compose -f demo.plain.yml up

Detailed sample mode has all of the features of plain sample mode, plus it allows users to build a hierarchy of Samples (e.g. Identity -> Tissue -> Slide -> gDNA (stock) -> gDNA (aliquot) and also includes alias autogeneration.

Launch the detailed sample demo with docker-compose:

cd miso-lims-compose
export MISO_DB_USER=tgaclims && export MISO_DB=lims && export MISO_DB_PASSWORD_FILE=./.miso_db_password && export MISO_TAG=latest
echo "changeme" > ./.miso_db_password
docker-compose -f demo.detailed.yml up

For both environments, navigate to http://localhost and use the credentials admin/admin.

Once you are finished with the container, make sure to run docker-compose -f <compose.yml> down, where <compose.yml> is either demo.plain.yml or demo.detailed.yml. This will clean up the instances and networks and release their resources to the host operating system.

These compose files are intended as a demonstration and not a permanent installation.

Please see the Docker Compose Guide for more information on configuring the containers and the compose files.

User Tutorial

There are tutorials available to introduce and train new users to MISO's functionality.

Some of the resources (MISO URL, ways of contacting the MISO administrators) can be changed by forking and configuring the tutorial repository to suit your lab's specific needs.

Running an Instance of MISO

To run your own MISO instance in the long term, download the latest release.

Installation and configuration details can be found in the MISO building and deploying guide.

Contact and Community

miso-lims's People

Contributors

djcooke avatar apmasell avatar callunity avatar avarsava avatar tonydebat avatar morgantaschuk avatar mlaszloffy avatar ndrein-oicr avatar froggleston avatar frankie13 avatar leipzig avatar kashif-s avatar dependabot[bot] avatar rayonetwo avatar heuermh avatar peterk87 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.